#878BA5

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

Shades of Manatee #878BA5

Tints of Manatee #878BA5

Color information

#878BA5 (or 0x878BA5) is unknown color: approx Manatee. HEX triplet: 87, 8B and A5. RGB value is (135,139,165). Sum of RGB (Red+Green+Blue) = 135+139+165=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #878BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878BA5 is #78745A. Grayscale: #8C8C8C. Windows color (decimal): -7894107 or 10849159. OLE color: 10849159.

HSL color Cylindrical-coordinate representation of color #878BA5: hue angle of 232º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #878BA5 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB135139165-
CMYK0.180.1600.35
HSL232º14.29%58.82%-
HSV(B)232º18.18%64.71%-
XYZ26.0226.3339.31-
YUV140.77141.67123.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=30.75%
G=31.66%
B=37.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1351391650.180.1600.3523214.2958.82
Hex878BA51210023e8e3b
Octal20721324522200433501673
Binary10000111100010111010010110010100000100011111010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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