#88899C

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

Shades of Manatee #88899C

Tints of Manatee #88899C

Color information

#88899C (or 0x88899C) is unknown color: approx Manatee. HEX triplet: 88, 89 and 9C. RGB value is (136,137,156). Sum of RGB (Red+Green+Blue) = 136+137+156=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #88899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88899C is #777663. Grayscale: #8A8A8A. Windows color (decimal): -7829092 or 10258824. OLE color: 10258824.

HSL color Cylindrical-coordinate representation of color #88899C: hue angle of 237º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88899C is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136137156-
CMYK0.130.1200.39
HSL237º9.17%57.25%-
HSV(B)237º12.82%61.18%-
XYZ25.125.5335.06-
YUV138.87137.67125.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=31.70%
G=31.93%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361371560.130.1200.392379.1757.25
Hex88899CDC027ed939
Octal21021123415140473551171
Binary100010001000100110011100110111000100111111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88899C; }

 p { color: rgb(136,137,156); }

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

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

 a { background-color: rgb(136,137,156); }

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

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

 span { border-color: rgb(136,137,156); }

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