Shades of Manatee #888C95
Tints of Manatee #888C95
RGB
CMYK
RGB Variations
Color information
#888C95 (or 0x888C95) is known color: Manatee. HEX triplet: 88, 8C and 95. RGB value is (136,140,149). Sum of RGB (Red+Green+Blue) = 136+140+149=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #888C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C95 is #77736A. Grayscale: #8B8B8B. Windows color (decimal): -7828331 or 9800840. OLE color: 9800840.
HSL color Cylindrical-coordinate representation of color #888C95: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888C95 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 140 | 149 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.42 |
| HSL | 221.54º | 0.06% | 0.56% | - |
| HSV(B) | 221.54º | 0.09% | 0.58% | - |
| XYZ | 24.96 | 26.16 | 32.17 | - |
| YUV | 139.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 149 | 0.09 | 0.06 | 0 | 0.42 | 221.54 | 0.06 | 0.56 |
| Hex | 88 | 8C | 95 | 9 | 6 | 0 | 2A | DE | 6 | 38 |
| Octal | 210 | 214 | 225 | 11 | 6 | 0 | 52 | 336 | 6 | 70 |
| Binary | 10001000 | 10001100 | 10010101 | 1001 | 110 | 0 | 101010 | 11011110 | 110 | 111000 |
Color Harmonies of #888C95
Complementary color
Monochromatic Colors of #888C95
Black with #888C95
Text Example
Text Example
White with #888C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C95; }
p { color: rgb(136,140,149); }
H1.HeaderClassName
{
color: #888C95;
}
.AnyTagClassName
{
color: #888C95;
}
</style>
background-color css
<style>
a { background-color: #888C95; }
a { background-color: rgb(136,140,149); }
div.DivClassName
{
background-color: #888C95;
}
.BgClassName
{
background-color: #888C95;
}
</style>
border-color css
<style>
span { border-color: #888C95; }
span { border-color: rgb(136,140,149); }
td.TdClassName
{
border-color: #888C95;
}
.TagClassName
{
border-color: #888C95;
}
</style>