#878793

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

Shades of Manatee #878793

Tints of Manatee #878793

Color information

#878793 (or 0x878793) is unknown color: approx Manatee. HEX triplet: 87, 87 and 93. RGB value is (135,135,147). Sum of RGB (Red+Green+Blue) = 135+135+147=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #878793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878793 is #78786C. Grayscale: #888888. Windows color (decimal): -7895149 or 9668487. OLE color: 9668487.

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

Color convert

RGB135135147-
CMYK0.080.0800.42
HSL240º5.26%55.29%-
HSV(B)240º8.16%57.65%-
XYZ23.9224.5931.09-
YUV136.37134127.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=32.37%
G=32.37%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351351470.080.0800.422405.2655.29
Hex8787938802Af0537
Octal2072072231010052360567
Binary10000111100001111001001110001000010101011110000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878793; }

 p { color: rgb(135,135,147); }

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

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

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

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

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

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

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