Shades of Manatee #9296AF
Tints of Manatee #9296AF
RGB
CMYK
RGB Variations
Color information
#9296AF (or 0x9296AF) is known color: Manatee. HEX triplet: 92, 96 and AF. RGB value is (146,150,175). Sum of RGB (Red+Green+Blue) = 146+150+175=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9296AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9296AF is #6D6950. Grayscale: #979797. Windows color (decimal): -7170385 or 11507346. OLE color: 11507346.
HSL color Cylindrical-coordinate representation of color #9296AF: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9296AF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 150 | 175 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.31 |
| HSL | 231.72º | 0.15% | 0.63% | - |
| HSV(B) | 231.72º | 0.17% | 0.69% | - |
| XYZ | 30.5 | 31.02 | 44.94 | - |
| YUV | 151.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 175 | 0.17 | 0.14 | 0 | 0.31 | 231.72 | 0.15 | 0.63 |
| Hex | 92 | 96 | AF | 11 | E | 0 | 1F | E8 | F | 3F |
| Octal | 222 | 226 | 257 | 21 | 16 | 0 | 37 | 350 | 17 | 77 |
| Binary | 10010010 | 10010110 | 10101111 | 10001 | 1110 | 0 | 11111 | 11101000 | 1111 | 111111 |
Color Harmonies of #9296AF
Complementary color
Monochromatic Colors of #9296AF
Black with #9296AF
Text Example
Text Example
White with #9296AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296AF; }
p { color: rgb(146,150,175); }
H1.HeaderClassName
{
color: #9296AF;
}
.AnyTagClassName
{
color: #9296AF;
}
</style>
background-color css
<style>
a { background-color: #9296AF; }
a { background-color: rgb(146,150,175); }
div.DivClassName
{
background-color: #9296AF;
}
.BgClassName
{
background-color: #9296AF;
}
</style>
border-color css
<style>
span { border-color: #9296AF; }
span { border-color: rgb(146,150,175); }
td.TdClassName
{
border-color: #9296AF;
}
.TagClassName
{
border-color: #9296AF;
}
</style>