#878BAB

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

Shades of Manatee #878BAB

Tints of Manatee #878BAB

Color information

#878BAB (or 0x878BAB) is unknown color: approx Manatee. HEX triplet: 87, 8B and AB. RGB value is (135,139,171). Sum of RGB (Red+Green+Blue) = 135+139+171=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #878BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878BAB is #787454. Grayscale: #8D8D8D. Windows color (decimal): -7894101 or 11242375. OLE color: 11242375.

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

Color convert

RGB135139171-
CMYK0.210.1900.33
HSL233.33º17.65%60%-
HSV(B)233.33º21.05%67.06%-
XYZ26.5726.5642.25-
YUV141.45144.67123.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=30.34%
G=31.24%
B=38.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351391710.210.1900.33233.3317.6560
Hex878BAB1513021e9123c
Octal20721325325230413512274
Binary100001111000101110101011101011001101000011110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,171); }

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

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

 a { background-color: rgb(135,139,171); }

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

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

 span { border-color: rgb(135,139,171); }

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