#878B93

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

Shades of Manatee #878B93

Tints of Manatee #878B93

Color information

#878B93 (or 0x878B93) is unknown color: approx Manatee. HEX triplet: 87, 8B and 93. RGB value is (135,139,147). Sum of RGB (Red+Green+Blue) = 135+139+147=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #878B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B93 is #78746C. Grayscale: #8A8A8A. Windows color (decimal): -7894125 or 9669511. OLE color: 9669511.

HSL color Cylindrical-coordinate representation of color #878B93: hue angle of 220º 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 #878B93 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135139147-
CMYK0.080.0500.42
HSL220º5.26%55.29%-
HSV(B)220º8.16%57.65%-
XYZ24.4925.7231.28-
YUV138.72132.67125.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=32.07%
G=33.02%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351391470.080.0500.422205.2655.29
Hex878B938502Adc537
Octal207213223105052334567
Binary1000011110001011100100111000101010101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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