Shades of Manatee #8888B3
Tints of Manatee #8888B3
RGB
CMYK
RGB Variations
Color information
#8888B3 (or 0x8888B3) is known color: Manatee. HEX triplet: 88, 88 and B3. RGB value is (136,136,179). Sum of RGB (Red+Green+Blue) = 136+136+179=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #8888B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888B3 is #77774C. Grayscale: #8C8C8C. Windows color (decimal): -7829325 or 11765896. OLE color: 11765896.
HSL color Cylindrical-coordinate representation of color #8888B3: hue angle of 240º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8888B3 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 136 | 179 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.30 |
| HSL | 240º | 0.22% | 0.62% | - |
| HSV(B) | 240º | 0.24% | 0.7% | - |
| XYZ | 27.09 | 26.1 | 46.26 | - |
| YUV | 140.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 179 | 0.24 | 0.24 | 0 | 0.30 | 240 | 0.22 | 0.62 |
| Hex | 88 | 88 | B3 | 18 | 18 | 0 | 1E | F0 | 16 | 3E |
| Octal | 210 | 210 | 263 | 30 | 30 | 0 | 36 | 360 | 26 | 76 |
| Binary | 10001000 | 10001000 | 10110011 | 11000 | 11000 | 0 | 11110 | 11110000 | 10110 | 111110 |
Color Harmonies of #8888B3
Complementary color
Monochromatic Colors of #8888B3
Black with #8888B3
Text Example
Text Example
White with #8888B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888B3; }
p { color: rgb(136,136,179); }
H1.HeaderClassName
{
color: #8888B3;
}
.AnyTagClassName
{
color: #8888B3;
}
</style>
background-color css
<style>
a { background-color: #8888B3; }
a { background-color: rgb(136,136,179); }
div.DivClassName
{
background-color: #8888B3;
}
.BgClassName
{
background-color: #8888B3;
}
</style>
border-color css
<style>
span { border-color: #8888B3; }
span { border-color: rgb(136,136,179); }
td.TdClassName
{
border-color: #8888B3;
}
.TagClassName
{
border-color: #8888B3;
}
</style>