Shades of Manatee #88889F
Tints of Manatee #88889F
RGB
CMYK
RGB Variations
Color information
#88889F (or 0x88889F) is known color: Manatee. HEX triplet: 88, 88 and 9F. RGB value is (136,136,159). Sum of RGB (Red+Green+Blue) = 136+136+159=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #88889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88889F is #777760. Grayscale: #8A8A8A. Windows color (decimal): -7829345 or 10455176. OLE color: 10455176.
HSL color Cylindrical-coordinate representation of color #88889F: hue angle of 240º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88889F is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 136 | 159 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.38 |
| HSL | 240º | 0.11% | 0.58% | - |
| HSV(B) | 240º | 0.14% | 0.62% | - |
| XYZ | 25.22 | 25.35 | 36.36 | - |
| YUV | 138.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 159 | 0.14 | 0.14 | 0 | 0.38 | 240 | 0.11 | 0.58 |
| Hex | 88 | 88 | 9F | E | E | 0 | 26 | F0 | B | 3A |
| Octal | 210 | 210 | 237 | 16 | 16 | 0 | 46 | 360 | 13 | 72 |
| Binary | 10001000 | 10001000 | 10011111 | 1110 | 1110 | 0 | 100110 | 11110000 | 1011 | 111010 |
Color Harmonies of #88889F
Complementary color
Monochromatic Colors of #88889F
Black with #88889F
Text Example
Text Example
White with #88889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88889F; }
p { color: rgb(136,136,159); }
H1.HeaderClassName
{
color: #88889F;
}
.AnyTagClassName
{
color: #88889F;
}
</style>
background-color css
<style>
a { background-color: #88889F; }
a { background-color: rgb(136,136,159); }
div.DivClassName
{
background-color: #88889F;
}
.BgClassName
{
background-color: #88889F;
}
</style>
border-color css
<style>
span { border-color: #88889F; }
span { border-color: rgb(136,136,159); }
td.TdClassName
{
border-color: #88889F;
}
.TagClassName
{
border-color: #88889F;
}
</style>