Shades of Manatee #88888B
Tints of Manatee #88888B
RGB
CMYK
RGB Variations
Color information
#88888B (or 0x88888B) is known color: Manatee. HEX triplet: 88, 88 and 8B. RGB value is (136,136,139). Sum of RGB (Red+Green+Blue) = 136+136+139=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #88888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88888B is #777774. Grayscale: #888888. Windows color (decimal): -7829365 or 9144456. OLE color: 9144456.
HSL color Cylindrical-coordinate representation of color #88888B: hue angle of 240º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #88888B is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 136 | 139 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.45 |
| HSL | 240º | 0.01% | 0.54% | - |
| HSV(B) | 240º | 0.02% | 0.55% | - |
| XYZ | 23.62 | 24.71 | 27.95 | - |
| YUV | 136.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 139 | 0.02 | 0.02 | 0 | 0.45 | 240 | 0.01 | 0.54 |
| Hex | 88 | 88 | 8B | 2 | 2 | 0 | 2D | F0 | 1 | 36 |
| Octal | 210 | 210 | 213 | 2 | 2 | 0 | 55 | 360 | 1 | 66 |
| Binary | 10001000 | 10001000 | 10001011 | 10 | 10 | 0 | 101101 | 11110000 | 1 | 110110 |
Color Harmonies of #88888B
Complementary color
Monochromatic Colors of #88888B
Black with #88888B
Text Example
Text Example
White with #88888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88888B; }
p { color: rgb(136,136,139); }
H1.HeaderClassName
{
color: #88888B;
}
.AnyTagClassName
{
color: #88888B;
}
</style>
background-color css
<style>
a { background-color: #88888B; }
a { background-color: rgb(136,136,139); }
div.DivClassName
{
background-color: #88888B;
}
.BgClassName
{
background-color: #88888B;
}
</style>
border-color css
<style>
span { border-color: #88888B; }
span { border-color: rgb(136,136,139); }
td.TdClassName
{
border-color: #88888B;
}
.TagClassName
{
border-color: #88888B;
}
</style>