#878892

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

Shades of Manatee #878892

Tints of Manatee #878892

Color information

#878892 (or 0x878892) is unknown color: approx Manatee. HEX triplet: 87, 88 and 92. RGB value is (135,136,146). Sum of RGB (Red+Green+Blue) = 135+136+146=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #878892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878892 is #78776D. Grayscale: #888888. Windows color (decimal): -7894894 or 9603207. OLE color: 9603207.

HSL color Cylindrical-coordinate representation of color #878892: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878892 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135136146-
CMYK0.080.0700.43
HSL234.55º4.8%55.1%-
HSV(B)234.55º7.53%57.25%-
XYZ23.9824.8330.72-
YUV136.84133.17126.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=32.37%
G=32.61%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351361460.080.0700.43234.554.855.1
Hex8788928702Beb537
Octal207210222107053353567
Binary1000011110001000100100101000111010101111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878892; }

 p { color: rgb(135,136,146); }

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

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

 a { background-color: rgb(135,136,146); }

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

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

 span { border-color: rgb(135,136,146); }

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