#878C99

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

Shades of Manatee #878C99

Tints of Manatee #878C99

Color information

#878C99 (or 0x878C99) is unknown color: approx Manatee. HEX triplet: 87, 8C and 99. RGB value is (135,140,153). Sum of RGB (Red+Green+Blue) = 135+140+153=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #878C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C99 is #787366. Grayscale: #8B8B8B. Windows color (decimal): -7893863 or 10062983. OLE color: 10062983.

HSL color Cylindrical-coordinate representation of color #878C99: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878C99 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135140153-
CMYK0.120.0800.4
HSL223.33º8.11%56.47%-
HSV(B)223.33º11.76%60%-
XYZ25.1226.2133.87-
YUV139.99135.34124.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=31.54%
G=32.71%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351401530.120.0800.4223.338.1156.47
Hex878C99C8028df838
Octal20721423114100503371070
Binary100001111000110010011001110010000101000110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,140,153); }

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

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

 a { background-color: rgb(135,140,153); }

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

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

 span { border-color: rgb(135,140,153); }

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