#878AAE

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

Shades of Manatee #878AAE

Tints of Manatee #878AAE

Color information

#878AAE (or 0x878AAE) is unknown color: approx Manatee. HEX triplet: 87, 8A and AE. RGB value is (135,138,174). Sum of RGB (Red+Green+Blue) = 135+138+174=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #878AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AAE is #787551. Grayscale: #8D8D8D. Windows color (decimal): -7894354 or 11438727. OLE color: 11438727.

HSL color Cylindrical-coordinate representation of color #878AAE: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #878AAE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135138174-
CMYK0.220.2100.32
HSL235.38º19.4%60.59%-
HSV(B)235.38º22.41%68.24%-
XYZ26.7226.3843.73-
YUV141.21146.51123.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=30.20%
G=30.87%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351381740.220.2100.32235.3819.460.59
Hex878AAE1615020eb133d
Octal20721225626250403532375
Binary100001111000101010101110101101010101000001110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,138,174); }

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

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

 a { background-color: rgb(135,138,174); }

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

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

 span { border-color: rgb(135,138,174); }

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