Shades of Manatee #888A92
Tints of Manatee #888A92
RGB
CMYK
RGB Variations
Color information
#888A92 (or 0x888A92) is known color: Manatee. HEX triplet: 88, 8A and 92. RGB value is (136,138,146). Sum of RGB (Red+Green+Blue) = 136+138+146=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 146 - color contains mainly: blue. Hex color #888A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A92 is #77756D. Grayscale: #8A8A8A. Windows color (decimal): -7828846 or 9603720. OLE color: 9603720.
HSL color Cylindrical-coordinate representation of color #888A92: hue angle of 228º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888A92 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 138 | 146 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.43 |
| HSL | 228º | 0.04% | 0.55% | - |
| HSV(B) | 228º | 0.07% | 0.57% | - |
| XYZ | 24.43 | 25.49 | 30.83 | - |
| YUV | 138.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 146 | 0.07 | 0.05 | 0 | 0.43 | 228 | 0.04 | 0.55 |
| Hex | 88 | 8A | 92 | 7 | 5 | 0 | 2B | E4 | 4 | 37 |
| Octal | 210 | 212 | 222 | 7 | 5 | 0 | 53 | 344 | 4 | 67 |
| Binary | 10001000 | 10001010 | 10010010 | 111 | 101 | 0 | 101011 | 11100100 | 100 | 110111 |
Color Harmonies of #888A92
Complementary color
Monochromatic Colors of #888A92
Black with #888A92
Text Example
Text Example
White with #888A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A92; }
p { color: rgb(136,138,146); }
H1.HeaderClassName
{
color: #888A92;
}
.AnyTagClassName
{
color: #888A92;
}
</style>
background-color css
<style>
a { background-color: #888A92; }
a { background-color: rgb(136,138,146); }
div.DivClassName
{
background-color: #888A92;
}
.BgClassName
{
background-color: #888A92;
}
</style>
border-color css
<style>
span { border-color: #888A92; }
span { border-color: rgb(136,138,146); }
td.TdClassName
{
border-color: #888A92;
}
.TagClassName
{
border-color: #888A92;
}
</style>