#878E9E

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

Shades of Manatee #878E9E

Tints of Manatee #878E9E

Color information

#878E9E (or 0x878E9E) is unknown color: approx Manatee. HEX triplet: 87, 8E and 9E. RGB value is (135,142,158). Sum of RGB (Red+Green+Blue) = 135+142+158=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #878E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E9E is #787161. Grayscale: #8D8D8D. Windows color (decimal): -7893346 or 10391175. OLE color: 10391175.

HSL color Cylindrical-coordinate representation of color #878E9E: hue angle of 221.74º 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 #878E9E is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135142158-
CMYK0.150.1000.38
HSL221.74º10.6%57.45%-
HSV(B)221.74º14.56%61.96%-
XYZ25.8426.9736.19-
YUV141.73137.18123.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=31.03%
G=32.64%
B=36.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351421580.150.1000.38221.7410.657.45
Hex878E9EFA026deb39
Octal20721623617120463361371
Binary100001111000111010011110111110100100110110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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