#807F9F

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

Shades of Manatee #807F9F

Tints of Manatee #807F9F

Color information

#807F9F (or 0x807F9F) is unknown color: approx Manatee. HEX triplet: 80, 7F and 9F. RGB value is (128,127,159). Sum of RGB (Red+Green+Blue) = 128+127+159=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #807F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F9F is #7F8060. Grayscale: #828282. Windows color (decimal): -8355937 or 10452864. OLE color: 10452864.

HSL color Cylindrical-coordinate representation of color #807F9F: hue angle of 241.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807F9F is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128127159-
CMYK0.190.2000.38
HSL241.88º14.29%56.08%-
HSV(B)241.88º20.13%62.35%-
XYZ22.7522.2735.9-
YUV130.95143.83125.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=30.92%
G=30.68%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281271590.190.2000.38241.8814.2956.08
Hex807F9F1314026f2e38
Octal20017723723240463621670
Binary1000000011111111001111110011101000100110111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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