#878AAD

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

Shades of Manatee #878AAD

Tints of Manatee #878AAD

Color information

#878AAD (or 0x878AAD) is unknown color: approx Manatee. HEX triplet: 87, 8A and AD. RGB value is (135,138,173). Sum of RGB (Red+Green+Blue) = 135+138+173=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #878AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878AAD is #787552. Grayscale: #8C8C8C. Windows color (decimal): -7894355 or 11373191. OLE color: 11373191.

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

Color convert

RGB135138173-
CMYK0.220.2000.32
HSL235.26º18.81%60.39%-
HSV(B)235.26º21.97%67.84%-
XYZ26.6226.3443.22-
YUV141.09146.01123.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=30.27%
G=30.94%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351381730.220.2000.32235.2618.8160.39
Hex878AAD1614020eb133c
Octal20721225526240403532374
Binary100001111000101010101101101101010001000001110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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