#7F8099

Color #7F8099 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #7F8099

Tints of Manatee #7F8099

Color information

#7F8099 (or 0x7F8099) is unknown color: approx Manatee. HEX triplet: 7F, 80 and 99. RGB value is (127,128,153). Sum of RGB (Red+Green+Blue) = 127+128+153=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8099 is #807F66. Grayscale: #828282. Windows color (decimal): -8421223 or 10059903. OLE color: 10059903.

HSL color Cylindrical-coordinate representation of color #7F8099: hue angle of 237.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8099 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB127128153-
CMYK0.170.1600.4
HSL237.69º11.3%54.9%-
HSV(B)237.69º16.99%60%-
XYZ22.2222.2533.26-
YUV130.55140.67125.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=31.13%
G=31.37%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271281530.170.1600.4237.6911.354.9
Hex7F80991110028eeb37
Octal17720023121200503561367
Binary1111111100000001001100110001100000101000111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8099; }

 p { color: rgb(127,128,153); }

 H1.HeaderClassName
 {
   color: #7F8099;
 }
 .AnyTagClassName
 {
   color: #7F8099;
 }
</style>
background-color css

<style>
 a { background-color: #7F8099; }

 a { background-color: rgb(127,128,153); }

 div.DivClassName
 {
   background-color: #7F8099;
 }
 .BgClassName
 {
   background-color: #7F8099;
 }
</style>
border-color css

<style>
 span { border-color: #7F8099; }

 span { border-color: rgb(127,128,153); }

 td.TdClassName
 {
   border-color: #7F8099;
 }
 .TagClassName
 {
   border-color: #7F8099;
 }
</style>