#878B9D

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

Shades of Manatee #878B9D

Tints of Manatee #878B9D

Color information

#878B9D (or 0x878B9D) is unknown color: approx Manatee. HEX triplet: 87, 8B and 9D. RGB value is (135,139,157). Sum of RGB (Red+Green+Blue) = 135+139+157=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #878B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B9D is #787462. Grayscale: #8B8B8B. Windows color (decimal): -7894115 or 10324871. OLE color: 10324871.

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

Color convert

RGB135139157-
CMYK0.140.1100.38
HSL229.09º10.09%57.25%-
HSV(B)229.09º14.01%61.57%-
XYZ25.3126.0535.59-
YUV139.86137.67124.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=31.32%
G=32.25%
B=36.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351391570.140.1100.38229.0910.0957.25
Hex878B9DEB026e5a39
Octal20721323516130463451271
Binary100001111000101110011101111010110100110111001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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