Color Hex Logo

#7f8099 Color Hex

#7F8099
(127,128,153)
0 Favorites   0 Comments

Color spaces of #7f8099

RGB 127128153
HSL0.660.110.55
HSV238°17°60°
CMYK 0.170.160.00   0.40
XYZ22.221322.250333.2605
Yxy22.25030.28590.2862
Hunter Lab47.17021.5412-8.7872
CIE-Lab54.29165.0401-13.5031

#7f8099 color RGB value is (127,128,153).

#7f8099 hex color red value is 127, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7f8099 hue: 0.66 , saturation: 0.11 and the lightness value of 7f8099 is 0.55.

The process color (four color CMYK) of #7f8099 color hex is 0.17, 0.16, 0.00, 0.40. Web safe color of #7f8099 is #669999. Color #7f8099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000000 10011001
Octal 177 200 231
Decimal 127 128 153
Hex 7F 80 99

RGB Percentages of Color #7f8099

%31.13
%31.37
%37.50

CMYK Percentages of Color #7f8099

%17
%16
%0
%40

Triadic Colors of #7f8099

#7f8099 #997f80 #80997f

Analogous Colors of #7f8099

#7f8099 #8b7f99 #7f8d99

Monochromatic Colors of #7f8099

#7f8099

Complementary Color

#7f8099 #99987f

#7f8099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f8099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f8099 Color CSS Codes

.mybgcolor {background-color:#7f8099; } 
.myforecolor {color:#7f8099; }
.mybordercolor {border:3px solid #7f8099; }

#7f8099 Text Font Color

<p style="color:#7f8099">Text here</p>

This sample text font color is #7f8099
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7f8099 Background Color

<div style="background-color:#7f8099">
Div content here</div>

This div background color is #7f8099


#7f8099 Border Color

<div style="border:3px solid #7f8099">
Div here</div>

This div border color is #7f8099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,128,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f8099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f8099;
  -webkit-box-shadow: 1px 1px 3px 2px #7f8099;
  box-shadow:         1px 1px 3px 2px #7f8099; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,128,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7f8099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7f8099;
  -webkit-box-shadow: 1px 1px 3px 2px #7f8099;
  box-shadow:         1px 1px 3px 2px #7f8099;">
Div content here</div>

This div box has shadow with color #7f8099


Comments

No comments written yet.

Please login to write comment.