#878998

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

Shades of Manatee #878998

Tints of Manatee #878998

Color information

#878998 (or 0x878998) is unknown color: approx Manatee. HEX triplet: 87, 89 and 98. RGB value is (135,137,152). Sum of RGB (Red+Green+Blue) = 135+137+152=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #878998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878998 is #787667. Grayscale: #8A8A8A. Windows color (decimal): -7894632 or 9996679. OLE color: 9996679.

HSL color Cylindrical-coordinate representation of color #878998: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878998 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135137152-
CMYK0.110.1000.40
HSL232.94º7.62%56.27%-
HSV(B)232.94º11.18%59.61%-
XYZ24.625.3133.29-
YUV138.11135.84125.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=31.84%
G=32.31%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351371520.110.1000.40232.947.6256.27
Hex878998BA028e9838
Octal20721123013120503511070
Binary100001111000100110011000101110100101000111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878998; }

 p { color: rgb(135,137,152); }

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

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

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

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

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

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

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