Shades of Manatee #88898C
Tints of Manatee #88898C
RGB
CMYK
RGB Variations
Color information
#88898C (or 0x88898C) is known color: Manatee. HEX triplet: 88, 89 and 8C. RGB value is (136,137,140). Sum of RGB (Red+Green+Blue) = 136+137+140=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 140 - color contains mainly: blue. Hex color #88898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88898C is #777673. Grayscale: #898989. Windows color (decimal): -7829108 or 9210248. OLE color: 9210248.
HSL color Cylindrical-coordinate representation of color #88898C: hue angle of 225º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #88898C is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 137 | 140 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.45 |
| HSL | 225º | 0.02% | 0.54% | - |
| HSV(B) | 225º | 0.03% | 0.55% | - |
| XYZ | 23.83 | 25.02 | 28.38 | - |
| YUV | 137.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 140 | 0.03 | 0.02 | 0 | 0.45 | 225 | 0.02 | 0.54 |
| Hex | 88 | 89 | 8C | 3 | 2 | 0 | 2D | E1 | 2 | 36 |
| Octal | 210 | 211 | 214 | 3 | 2 | 0 | 55 | 341 | 2 | 66 |
| Binary | 10001000 | 10001001 | 10001100 | 11 | 10 | 0 | 101101 | 11100001 | 10 | 110110 |
Color Harmonies of #88898C
Complementary color
Monochromatic Colors of #88898C
Black with #88898C
Text Example
Text Example
White with #88898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88898C; }
p { color: rgb(136,137,140); }
H1.HeaderClassName
{
color: #88898C;
}
.AnyTagClassName
{
color: #88898C;
}
</style>
background-color css
<style>
a { background-color: #88898C; }
a { background-color: rgb(136,137,140); }
div.DivClassName
{
background-color: #88898C;
}
.BgClassName
{
background-color: #88898C;
}
</style>
border-color css
<style>
span { border-color: #88898C; }
span { border-color: rgb(136,137,140); }
td.TdClassName
{
border-color: #88898C;
}
.TagClassName
{
border-color: #88898C;
}
</style>