Shades of Manatee #9296AC
Tints of Manatee #9296AC
RGB
CMYK
RGB Variations
Color information
#9296AC (or 0x9296AC) is known color: Manatee. HEX triplet: 92, 96 and AC. RGB value is (146,150,172). Sum of RGB (Red+Green+Blue) = 146+150+172=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9296AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9296AC is #6D6953. Grayscale: #979797. Windows color (decimal): -7170388 or 11310738. OLE color: 11310738.
HSL color Cylindrical-coordinate representation of color #9296AC: hue angle of 230.77º degrees, saturation: 0.14, 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 #9296AC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 150 | 172 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.33 |
| HSL | 230.77º | 0.14% | 0.62% | - |
| HSV(B) | 230.77º | 0.15% | 0.67% | - |
| XYZ | 30.21 | 30.9 | 43.4 | - |
| YUV | 151.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 172 | 0.15 | 0.13 | 0 | 0.33 | 230.77 | 0.14 | 0.62 |
| Hex | 92 | 96 | AC | F | D | 0 | 21 | E7 | E | 3E |
| Octal | 222 | 226 | 254 | 17 | 15 | 0 | 41 | 347 | 16 | 76 |
| Binary | 10010010 | 10010110 | 10101100 | 1111 | 1101 | 0 | 100001 | 11100111 | 1110 | 111110 |
Color Harmonies of #9296AC
Complementary color
Monochromatic Colors of #9296AC
Black with #9296AC
Text Example
Text Example
White with #9296AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9296AC; }
p { color: rgb(146,150,172); }
H1.HeaderClassName
{
color: #9296AC;
}
.AnyTagClassName
{
color: #9296AC;
}
</style>
background-color css
<style>
a { background-color: #9296AC; }
a { background-color: rgb(146,150,172); }
div.DivClassName
{
background-color: #9296AC;
}
.BgClassName
{
background-color: #9296AC;
}
</style>
border-color css
<style>
span { border-color: #9296AC; }
span { border-color: rgb(146,150,172); }
td.TdClassName
{
border-color: #9296AC;
}
.TagClassName
{
border-color: #9296AC;
}
</style>