#878CAA

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

Shades of Manatee #878CAA

Tints of Manatee #878CAA

Color information

#878CAA (or 0x878CAA) is unknown color: approx Manatee. HEX triplet: 87, 8C and AA. RGB value is (135,140,170). Sum of RGB (Red+Green+Blue) = 135+140+170=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #878CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAA is #787355. Grayscale: #8D8D8D. Windows color (decimal): -7893846 or 11177095. OLE color: 11177095.

HSL color Cylindrical-coordinate representation of color #878CAA: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #878CAA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135140170-
CMYK0.210.1800.33
HSL231.43º17.07%59.8%-
HSV(B)231.43º20.59%66.67%-
XYZ26.6326.8141.8-
YUV141.92143.84123.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=30.34%
G=31.46%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351401700.210.1800.33231.4317.0759.8
Hex878CAA1512021e7113c
Octal20721425225220413472174
Binary100001111000110010101010101011001001000011110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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