#807F99

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

Shades of Manatee #807F99

Tints of Manatee #807F99

Color information

#807F99 (or 0x807F99) is unknown color: approx Manatee. HEX triplet: 80, 7F and 99. RGB value is (128,127,153). Sum of RGB (Red+Green+Blue) = 128+127+153=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 127 (50% from 255 or 31.13% 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 #807F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F99 is #7F8066. Grayscale: #828282. Windows color (decimal): -8355943 or 10059648. OLE color: 10059648.

HSL color Cylindrical-coordinate representation of color #807F99: hue angle of 242.31º 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 #807F99 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128127153-
CMYK0.160.1700.4
HSL242.31º11.3%54.9%-
HSV(B)242.31º16.99%60%-
XYZ22.2422.0733.22-
YUV130.26140.83126.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281271530.160.1700.4242.3111.354.9
Hex807F991011028f2b37
Octal20017723120210503621367
Binary1000000011111111001100110000100010101000111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F99; }

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

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

<style>
 a { background-color: #807F99; }

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

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

<style>
 span { border-color: #807F99; }

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

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