Shades of Manatee #8992AB
Tints of Manatee #8992AB
RGB
CMYK
RGB Variations
Color information
#8992AB (or 0x8992AB) is known color: Manatee. HEX triplet: 89, 92 and AB. RGB value is (137,146,171). Sum of RGB (Red+Green+Blue) = 137+146+171=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #8992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8992AB is #766D54. Grayscale: #929292. Windows color (decimal): -7761237 or 11244169. OLE color: 11244169.
HSL color Cylindrical-coordinate representation of color #8992AB: hue angle of 224.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8992AB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 146 | 171 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.33 |
| HSL | 224.12º | 0.17% | 0.6% | - |
| HSV(B) | 224.12º | 0.2% | 0.67% | - |
| XYZ | 27.95 | 28.82 | 42.62 | - |
| YUV | 146.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 171 | 0.20 | 0.15 | 0 | 0.33 | 224.12 | 0.17 | 0.6 |
| Hex | 89 | 92 | AB | 14 | F | 0 | 21 | E0 | 11 | 3C |
| Octal | 211 | 222 | 253 | 24 | 17 | 0 | 41 | 340 | 21 | 74 |
| Binary | 10001001 | 10010010 | 10101011 | 10100 | 1111 | 0 | 100001 | 11100000 | 10001 | 111100 |
Color Harmonies of #8992AB
Complementary color
Monochromatic Colors of #8992AB
Black with #8992AB
Text Example
Text Example
White with #8992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992AB; }
p { color: rgb(137,146,171); }
H1.HeaderClassName
{
color: #8992AB;
}
.AnyTagClassName
{
color: #8992AB;
}
</style>
background-color css
<style>
a { background-color: #8992AB; }
a { background-color: rgb(137,146,171); }
div.DivClassName
{
background-color: #8992AB;
}
.BgClassName
{
background-color: #8992AB;
}
</style>
border-color css
<style>
span { border-color: #8992AB; }
span { border-color: rgb(137,146,171); }
td.TdClassName
{
border-color: #8992AB;
}
.TagClassName
{
border-color: #8992AB;
}
</style>