#878A93

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

Shades of Manatee #878A93

Tints of Manatee #878A93

Color information

#878A93 (or 0x878A93) is unknown color: approx Manatee. HEX triplet: 87, 8A and 93. RGB value is (135,138,147). Sum of RGB (Red+Green+Blue) = 135+138+147=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #878A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A93 is #78756C. Grayscale: #8A8A8A. Windows color (decimal): -7894381 or 9669255. OLE color: 9669255.

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

Color convert

RGB135138147-
CMYK0.080.0600.42
HSL225º5.26%55.29%-
HSV(B)225º8.16%57.65%-
XYZ24.3525.4331.23-
YUV138.13133.01125.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 147 (57.81% from 255) = 35%
R=32.14%
G=32.86%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351381470.080.0600.422255.2655.29
Hex878A938602Ae1537
Octal207212223106052341567
Binary1000011110001010100100111000110010101011100001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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