#878F9E

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

Shades of Manatee #878F9E

Tints of Manatee #878F9E

Color information

#878F9E (or 0x878F9E) is unknown color: approx Manatee. HEX triplet: 87, 8F and 9E. RGB value is (135,143,158). Sum of RGB (Red+Green+Blue) = 135+143+158=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #878F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F9E is #787061. Grayscale: #8E8E8E. Windows color (decimal): -7893090 or 10391431. OLE color: 10391431.

HSL color Cylindrical-coordinate representation of color #878F9E: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878F9E is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135143158-
CMYK0.150.0900.38
HSL219.13º10.6%57.45%-
HSV(B)219.13º14.56%61.96%-
XYZ25.9927.2636.24-
YUV142.32136.85122.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=30.96%
G=32.80%
B=36.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351431580.150.0900.38219.1310.657.45
Hex878F9EF9026dbb39
Octal20721723617110463331371
Binary100001111000111110011110111110010100110110110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,158); }

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

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

 a { background-color: rgb(135,143,158); }

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

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

 span { border-color: rgb(135,143,158); }

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