#878C9D

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

Shades of Manatee #878C9D

Tints of Manatee #878C9D

Color information

#878C9D (or 0x878C9D) is unknown color: approx Manatee. HEX triplet: 87, 8C and 9D. RGB value is (135,140,157). Sum of RGB (Red+Green+Blue) = 135+140+157=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #878C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C9D is #787362. Grayscale: #8C8C8C. Windows color (decimal): -7893859 or 10325127. OLE color: 10325127.

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

Color convert

RGB135140157-
CMYK0.140.1100.38
HSL226.36º10.09%57.25%-
HSV(B)226.36º14.01%61.57%-
XYZ25.4626.3435.64-
YUV140.44137.34124.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 140 (55.08% from 255) = 32.41%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=31.25%
G=32.41%
B=36.34%

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
Decimal1351401570.140.1100.38226.3610.0957.25
Hex878C9DEB026e2a39
Octal20721423516130463421271
Binary100001111000110010011101111010110100110111000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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