Shades of Manatee #88889E
Tints of Manatee #88889E
RGB
CMYK
RGB Variations
Color information
#88889E (or 0x88889E) is known color: Manatee. HEX triplet: 88, 88 and 9E. RGB value is (136,136,158). Sum of RGB (Red+Green+Blue) = 136+136+158=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #88889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88889E is #777761. Grayscale: #8A8A8A. Windows color (decimal): -7829346 or 10389640. OLE color: 10389640.
HSL color Cylindrical-coordinate representation of color #88889E: hue angle of 240º degrees, saturation: 0.1, 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 #88889E is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 136 | 158 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.38 |
| HSL | 240º | 0.1% | 0.58% | - |
| HSV(B) | 240º | 0.14% | 0.62% | - |
| XYZ | 25.13 | 25.31 | 35.91 | - |
| YUV | 138.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 158 | 0.14 | 0.14 | 0 | 0.38 | 240 | 0.1 | 0.58 |
| Hex | 88 | 88 | 9E | E | E | 0 | 26 | F0 | A | 3A |
| Octal | 210 | 210 | 236 | 16 | 16 | 0 | 46 | 360 | 12 | 72 |
| Binary | 10001000 | 10001000 | 10011110 | 1110 | 1110 | 0 | 100110 | 11110000 | 1010 | 111010 |
Color Harmonies of #88889E
Complementary color
Monochromatic Colors of #88889E
Black with #88889E
Text Example
Text Example
White with #88889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88889E; }
p { color: rgb(136,136,158); }
H1.HeaderClassName
{
color: #88889E;
}
.AnyTagClassName
{
color: #88889E;
}
</style>
background-color css
<style>
a { background-color: #88889E; }
a { background-color: rgb(136,136,158); }
div.DivClassName
{
background-color: #88889E;
}
.BgClassName
{
background-color: #88889E;
}
</style>
border-color css
<style>
span { border-color: #88889E; }
span { border-color: rgb(136,136,158); }
td.TdClassName
{
border-color: #88889E;
}
.TagClassName
{
border-color: #88889E;
}
</style>