#878FAD

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

Shades of Manatee #878FAD

Tints of Manatee #878FAD

Color information

#878FAD (or 0x878FAD) is unknown color: approx Manatee. HEX triplet: 87, 8F and AD. RGB value is (135,143,173). Sum of RGB (Red+Green+Blue) = 135+143+173=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #878FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878FAD is #787052. Grayscale: #8F8F8F. Windows color (decimal): -7893075 or 11374471. OLE color: 11374471.

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

Color convert

RGB135143173-
CMYK0.220.1700.32
HSL227.37º18.81%60.39%-
HSV(B)227.37º21.97%67.84%-
XYZ27.3627.8143.46-
YUV144.03144.35121.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=29.93%
G=31.71%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351431730.220.1700.32227.3718.8160.39
Hex878FAD1611020e3133c
Octal20721725526210403432374
Binary100001111000111110101101101101000101000001110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,173); }

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

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

 a { background-color: rgb(135,143,173); }

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

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

 span { border-color: rgb(135,143,173); }

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