Shades of Manatee #9296AB
Tints of Manatee #9296AB
RGB
CMYK
RGB Variations
Color information
#9296AB (or 0x9296AB) is known color: Manatee. HEX triplet: 92, 96 and AB. RGB value is (146,150,171). Sum of RGB (Red+Green+Blue) = 146+150+171=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9296AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9296AB is #6D6954. Grayscale: #979797. Windows color (decimal): -7170389 or 11245202. OLE color: 11245202.
HSL color Cylindrical-coordinate representation of color #9296AB: hue angle of 230.4º 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 #9296AB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 150 | 171 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.33 |
| HSL | 230.4º | 0.13% | 0.62% | - |
| HSV(B) | 230.4º | 0.15% | 0.67% | - |
| XYZ | 30.11 | 30.86 | 42.9 | - |
| YUV | 151.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 171 | 0.15 | 0.12 | 0 | 0.33 | 230.4 | 0.13 | 0.62 |
| Hex | 92 | 96 | AB | F | C | 0 | 21 | E6 | D | 3E |
| Octal | 222 | 226 | 253 | 17 | 14 | 0 | 41 | 346 | 15 | 76 |
| Binary | 10010010 | 10010110 | 10101011 | 1111 | 1100 | 0 | 100001 | 11100110 | 1101 | 111110 |
Color Harmonies of #9296AB
Complementary color
Monochromatic Colors of #9296AB
Black with #9296AB
Text Example
Text Example
White with #9296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296AB; }
p { color: rgb(146,150,171); }
H1.HeaderClassName
{
color: #9296AB;
}
.AnyTagClassName
{
color: #9296AB;
}
</style>
background-color css
<style>
a { background-color: #9296AB; }
a { background-color: rgb(146,150,171); }
div.DivClassName
{
background-color: #9296AB;
}
.BgClassName
{
background-color: #9296AB;
}
</style>
border-color css
<style>
span { border-color: #9296AB; }
span { border-color: rgb(146,150,171); }
td.TdClassName
{
border-color: #9296AB;
}
.TagClassName
{
border-color: #9296AB;
}
</style>