#878EAC

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

Shades of Manatee #878EAC

Tints of Manatee #878EAC

Color information

#878EAC (or 0x878EAC) is unknown color: approx Manatee. HEX triplet: 87, 8E and AC. RGB value is (135,142,172). Sum of RGB (Red+Green+Blue) = 135+142+172=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #878EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878EAC is #787153. Grayscale: #8F8F8F. Windows color (decimal): -7893332 or 11308679. OLE color: 11308679.

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

Color convert

RGB135142172-
CMYK0.220.1700.33
HSL228.65º18.23%60.2%-
HSV(B)228.65º21.51%67.45%-
XYZ27.1127.4842.9-
YUV143.33144.18122.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=30.07%
G=31.63%
B=38.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351421720.220.1700.33228.6518.2360.2
Hex878EAC1611021e5123c
Octal20721625426210413452274
Binary100001111000111010101100101101000101000011110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,172); }

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

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

 a { background-color: rgb(135,142,172); }

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

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

 span { border-color: rgb(135,142,172); }

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