Shades of Manatee #88889B
Tints of Manatee #88889B
RGB
CMYK
RGB Variations
Color information
#88889B (or 0x88889B) is known color: Manatee. HEX triplet: 88, 88 and 9B. RGB value is (136,136,155). Sum of RGB (Red+Green+Blue) = 136+136+155=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #88889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88889B is #777764. Grayscale: #8A8A8A. Windows color (decimal): -7829349 or 10193032. OLE color: 10193032.
HSL color Cylindrical-coordinate representation of color #88889B: hue angle of 240º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88889B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 136 | 155 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.39 |
| HSL | 240º | 0.09% | 0.57% | - |
| HSV(B) | 240º | 0.12% | 0.61% | - |
| XYZ | 24.87 | 25.21 | 34.57 | - |
| YUV | 138.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 155 | 0.12 | 0.12 | 0 | 0.39 | 240 | 0.09 | 0.57 |
| Hex | 88 | 88 | 9B | C | C | 0 | 27 | F0 | 9 | 39 |
| Octal | 210 | 210 | 233 | 14 | 14 | 0 | 47 | 360 | 11 | 71 |
| Binary | 10001000 | 10001000 | 10011011 | 1100 | 1100 | 0 | 100111 | 11110000 | 1001 | 111001 |
Color Harmonies of #88889B
Complementary color
Monochromatic Colors of #88889B
Black with #88889B
Text Example
Text Example
White with #88889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88889B; }
p { color: rgb(136,136,155); }
H1.HeaderClassName
{
color: #88889B;
}
.AnyTagClassName
{
color: #88889B;
}
</style>
background-color css
<style>
a { background-color: #88889B; }
a { background-color: rgb(136,136,155); }
div.DivClassName
{
background-color: #88889B;
}
.BgClassName
{
background-color: #88889B;
}
</style>
border-color css
<style>
span { border-color: #88889B; }
span { border-color: rgb(136,136,155); }
td.TdClassName
{
border-color: #88889B;
}
.TagClassName
{
border-color: #88889B;
}
</style>