Shades of Manatee #888D9C
Tints of Manatee #888D9C
RGB
CMYK
RGB Variations
Color information
#888D9C (or 0x888D9C) is known color: Manatee. HEX triplet: 88, 8D and 9C. RGB value is (136,141,156). Sum of RGB (Red+Green+Blue) = 136+141+156=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #888D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D9C is #777263. Grayscale: #8D8D8D. Windows color (decimal): -7828068 or 10259848. OLE color: 10259848.
HSL color Cylindrical-coordinate representation of color #888D9C: hue angle of 225º 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 #888D9C is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 141 | 156 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.39 |
| HSL | 225º | 0.09% | 0.57% | - |
| HSV(B) | 225º | 0.13% | 0.61% | - |
| XYZ | 25.68 | 26.68 | 35.25 | - |
| YUV | 141.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 156 | 0.13 | 0.10 | 0 | 0.39 | 225 | 0.09 | 0.57 |
| Hex | 88 | 8D | 9C | D | A | 0 | 27 | E1 | 9 | 39 |
| Octal | 210 | 215 | 234 | 15 | 12 | 0 | 47 | 341 | 11 | 71 |
| Binary | 10001000 | 10001101 | 10011100 | 1101 | 1010 | 0 | 100111 | 11100001 | 1001 | 111001 |
Color Harmonies of #888D9C
Complementary color
Monochromatic Colors of #888D9C
Black with #888D9C
Text Example
Text Example
White with #888D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D9C; }
p { color: rgb(136,141,156); }
H1.HeaderClassName
{
color: #888D9C;
}
.AnyTagClassName
{
color: #888D9C;
}
</style>
background-color css
<style>
a { background-color: #888D9C; }
a { background-color: rgb(136,141,156); }
div.DivClassName
{
background-color: #888D9C;
}
.BgClassName
{
background-color: #888D9C;
}
</style>
border-color css
<style>
span { border-color: #888D9C; }
span { border-color: rgb(136,141,156); }
td.TdClassName
{
border-color: #888D9C;
}
.TagClassName
{
border-color: #888D9C;
}
</style>