#878DAD

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

Shades of Manatee #878DAD

Tints of Manatee #878DAD

Color information

#878DAD (or 0x878DAD) is unknown color: approx Manatee. HEX triplet: 87, 8D and AD. RGB value is (135,141,173). Sum of RGB (Red+Green+Blue) = 135+141+173=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #878DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878DAD is #787252. Grayscale: #8E8E8E. Windows color (decimal): -7893587 or 11373959. OLE color: 11373959.

HSL color Cylindrical-coordinate representation of color #878DAD: hue angle of 230.53º 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 #878DAD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135141173-
CMYK0.220.1800.32
HSL230.53º18.81%60.39%-
HSV(B)230.53º21.97%67.84%-
XYZ27.0627.2243.36-
YUV142.85145.01122.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=30.07%
G=31.40%
B=38.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351411730.220.1800.32230.5318.8160.39
Hex878DAD1612020e7133c
Octal20721525526220403472374
Binary100001111000110110101101101101001001000001110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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