Shades of Manatee #888D97
Tints of Manatee #888D97
RGB
CMYK
RGB Variations
Color information
#888D97 (or 0x888D97) is known color: Manatee. HEX triplet: 88, 8D and 97. RGB value is (136,141,151). Sum of RGB (Red+Green+Blue) = 136+141+151=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #888D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D97 is #777268. Grayscale: #8C8C8C. Windows color (decimal): -7828073 or 9932168. OLE color: 9932168.
HSL color Cylindrical-coordinate representation of color #888D97: hue angle of 220º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #888D97 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 141 | 151 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.41 |
| HSL | 220º | 0.07% | 0.56% | - |
| HSV(B) | 220º | 0.1% | 0.59% | - |
| XYZ | 25.26 | 26.52 | 33.07 | - |
| YUV | 140.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 151 | 0.10 | 0.07 | 0 | 0.41 | 220 | 0.07 | 0.56 |
| Hex | 88 | 8D | 97 | A | 7 | 0 | 29 | DC | 7 | 38 |
| Octal | 210 | 215 | 227 | 12 | 7 | 0 | 51 | 334 | 7 | 70 |
| Binary | 10001000 | 10001101 | 10010111 | 1010 | 111 | 0 | 101001 | 11011100 | 111 | 111000 |
Color Harmonies of #888D97
Complementary color
Monochromatic Colors of #888D97
Black with #888D97
Text Example
Text Example
White with #888D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D97; }
p { color: rgb(136,141,151); }
H1.HeaderClassName
{
color: #888D97;
}
.AnyTagClassName
{
color: #888D97;
}
</style>
background-color css
<style>
a { background-color: #888D97; }
a { background-color: rgb(136,141,151); }
div.DivClassName
{
background-color: #888D97;
}
.BgClassName
{
background-color: #888D97;
}
</style>
border-color css
<style>
span { border-color: #888D97; }
span { border-color: rgb(136,141,151); }
td.TdClassName
{
border-color: #888D97;
}
.TagClassName
{
border-color: #888D97;
}
</style>