#878B94

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

Shades of Manatee #878B94

Tints of Manatee #878B94

Color information

#878B94 (or 0x878B94) is unknown color: approx Manatee. HEX triplet: 87, 8B and 94. RGB value is (135,139,148). Sum of RGB (Red+Green+Blue) = 135+139+148=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #878B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B94 is #78746B. Grayscale: #8A8A8A. Windows color (decimal): -7894124 or 9735047. OLE color: 9735047.

HSL color Cylindrical-coordinate representation of color #878B94: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878B94 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135139148-
CMYK0.090.0600.42
HSL221.54º5.73%55.49%-
HSV(B)221.54º8.78%58.04%-
XYZ24.5725.7531.69-
YUV138.83133.17125.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=31.99%
G=32.94%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351391480.090.0600.42221.545.7355.49
Hex878B949602Ade637
Octal207213224116052336667
Binary1000011110001011100101001001110010101011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,148); }

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

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

 a { background-color: rgb(135,139,148); }

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

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

 span { border-color: rgb(135,139,148); }

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