#878caf

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

Shades of Manatee #878CAF

Tints of Manatee #878CAF

Color information

#878CAF (or 0x878CAF) is unknown color: approx Manatee. HEX triplet: 87, 8C and AF. RGB value is (135,140,175). Sum of RGB (Red+Green+Blue) = 135+140+175=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #878CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878CAF is #787350. Grayscale: #8E8E8E. Windows color (decimal): -7893841 or 11504775. OLE color: 11504775.

HSL color Cylindrical-coordinate representation of color #878CAF: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878CAF is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135140175-
CMYK0.230.200.31
HSL232.5º20%60.78%-
HSV(B)232.5º22.86%68.63%-
XYZ27.112744.34-
YUV142.49146.34122.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=30%
G=31.11%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351401750.230.200.31232.52060.78
Hex878CAF171401Fe8143d
Octal20721425727240373502475
Binary10000111100011001010111110111101000111111110100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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