Shades of Manatee #9499AB
Tints of Manatee #9499AB
RGB
CMYK
RGB Variations
Color information
#9499AB (or 0x9499AB) is known color: Manatee. HEX triplet: 94, 99 and AB. RGB value is (148,153,171). Sum of RGB (Red+Green+Blue) = 148+153+171=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9499AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9499AB is #6B6654. Grayscale: #999999. Windows color (decimal): -7038549 or 11245972. OLE color: 11245972.
HSL color Cylindrical-coordinate representation of color #9499AB: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9499AB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 153 | 171 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.33 |
| HSL | 226.96º | 0.12% | 0.63% | - |
| HSV(B) | 226.96º | 0.13% | 0.67% | - |
| XYZ | 30.95 | 32.02 | 43.08 | - |
| YUV | 153.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 171 | 0.13 | 0.11 | 0 | 0.33 | 226.96 | 0.12 | 0.63 |
| Hex | 94 | 99 | AB | D | B | 0 | 21 | E3 | C | 3F |
| Octal | 224 | 231 | 253 | 15 | 13 | 0 | 41 | 343 | 14 | 77 |
| Binary | 10010100 | 10011001 | 10101011 | 1101 | 1011 | 0 | 100001 | 11100011 | 1100 | 111111 |
Color Harmonies of #9499AB
Complementary color
Monochromatic Colors of #9499AB
Black with #9499AB
Text Example
Text Example
White with #9499AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499AB; }
p { color: rgb(148,153,171); }
H1.HeaderClassName
{
color: #9499AB;
}
.AnyTagClassName
{
color: #9499AB;
}
</style>
background-color css
<style>
a { background-color: #9499AB; }
a { background-color: rgb(148,153,171); }
div.DivClassName
{
background-color: #9499AB;
}
.BgClassName
{
background-color: #9499AB;
}
</style>
border-color css
<style>
span { border-color: #9499AB; }
span { border-color: rgb(148,153,171); }
td.TdClassName
{
border-color: #9499AB;
}
.TagClassName
{
border-color: #9499AB;
}
</style>