#807F9E

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

Shades of Manatee #807F9E

Tints of Manatee #807F9E

Color information

#807F9E (or 0x807F9E) is unknown color: approx Manatee. HEX triplet: 80, 7F and 9E. RGB value is (128,127,158). Sum of RGB (Red+Green+Blue) = 128+127+158=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #807F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F9E is #7F8061. Grayscale: #828282. Windows color (decimal): -8355938 or 10387328. OLE color: 10387328.

HSL color Cylindrical-coordinate representation of color #807F9E: hue angle of 241.94º 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 #807F9E is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128127158-
CMYK0.190.2000.38
HSL241.94º13.78%55.88%-
HSV(B)241.94º19.62%61.96%-
XYZ22.6622.2435.45-
YUV130.83143.33125.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=30.99%
G=30.75%
B=38.26%

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
Decimal1281271580.190.2000.38241.9413.7855.88
Hex807F9E1314026f2e38
Octal20017723623240463621670
Binary1000000011111111001111010011101000100110111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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