Shades of Manatee #9299AB
Tints of Manatee #9299AB
RGB
CMYK
RGB Variations
Color information
#9299AB (or 0x9299AB) is known color: Manatee. HEX triplet: 92, 99 and AB. RGB value is (146,153,171). Sum of RGB (Red+Green+Blue) = 146+153+171=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9299AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299AB is #6D6654. Grayscale: #989898. Windows color (decimal): -7169621 or 11245970. OLE color: 11245970.
HSL color Cylindrical-coordinate representation of color #9299AB: hue angle of 223.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9299AB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 153 | 171 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.33 |
| HSL | 223.2º | 0.13% | 0.62% | - |
| HSV(B) | 223.2º | 0.15% | 0.67% | - |
| XYZ | 30.6 | 31.83 | 43.06 | - |
| YUV | 152.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 171 | 0.15 | 0.11 | 0 | 0.33 | 223.2 | 0.13 | 0.62 |
| Hex | 92 | 99 | AB | F | B | 0 | 21 | DF | D | 3E |
| Octal | 222 | 231 | 253 | 17 | 13 | 0 | 41 | 337 | 15 | 76 |
| Binary | 10010010 | 10011001 | 10101011 | 1111 | 1011 | 0 | 100001 | 11011111 | 1101 | 111110 |
Color Harmonies of #9299AB
Complementary color
Monochromatic Colors of #9299AB
Black with #9299AB
Text Example
Text Example
White with #9299AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299AB; }
p { color: rgb(146,153,171); }
H1.HeaderClassName
{
color: #9299AB;
}
.AnyTagClassName
{
color: #9299AB;
}
</style>
background-color css
<style>
a { background-color: #9299AB; }
a { background-color: rgb(146,153,171); }
div.DivClassName
{
background-color: #9299AB;
}
.BgClassName
{
background-color: #9299AB;
}
</style>
border-color css
<style>
span { border-color: #9299AB; }
span { border-color: rgb(146,153,171); }
td.TdClassName
{
border-color: #9299AB;
}
.TagClassName
{
border-color: #9299AB;
}
</style>