Shades of Manatee #888999
Tints of Manatee #888999
RGB
CMYK
RGB Variations
Color information
#888999 (or 0x888999) is known color: Manatee. HEX triplet: 88, 89 and 99. RGB value is (136,137,153). Sum of RGB (Red+Green+Blue) = 136+137+153=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #888999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888999 is #777666. Grayscale: #8A8A8A. Windows color (decimal): -7829095 or 10062216. OLE color: 10062216.
HSL color Cylindrical-coordinate representation of color #888999: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888999 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 137 | 153 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.4 |
| HSL | 236.47º | 0.08% | 0.57% | - |
| HSV(B) | 236.47º | 0.11% | 0.6% | - |
| XYZ | 24.85 | 25.43 | 33.73 | - |
| YUV | 138.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 153 | 0.11 | 0.10 | 0 | 0.4 | 236.47 | 0.08 | 0.57 |
| Hex | 88 | 89 | 99 | B | A | 0 | 28 | EC | 8 | 39 |
| Octal | 210 | 211 | 231 | 13 | 12 | 0 | 50 | 354 | 10 | 71 |
| Binary | 10001000 | 10001001 | 10011001 | 1011 | 1010 | 0 | 101000 | 11101100 | 1000 | 111001 |
Color Harmonies of #888999
Complementary color
Monochromatic Colors of #888999
Black with #888999
Text Example
Text Example
White with #888999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888999; }
p { color: rgb(136,137,153); }
H1.HeaderClassName
{
color: #888999;
}
.AnyTagClassName
{
color: #888999;
}
</style>
background-color css
<style>
a { background-color: #888999; }
a { background-color: rgb(136,137,153); }
div.DivClassName
{
background-color: #888999;
}
.BgClassName
{
background-color: #888999;
}
</style>
border-color css
<style>
span { border-color: #888999; }
span { border-color: rgb(136,137,153); }
td.TdClassName
{
border-color: #888999;
}
.TagClassName
{
border-color: #888999;
}
</style>