Shades of Manatee #9299AC
Tints of Manatee #9299AC
RGB
CMYK
RGB Variations
Color information
#9299AC (or 0x9299AC) is known color: Manatee. HEX triplet: 92, 99 and AC. RGB value is (146,153,172). Sum of RGB (Red+Green+Blue) = 146+153+172=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9299AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299AC is #6D6653. Grayscale: #989898. Windows color (decimal): -7169620 or 11311506. OLE color: 11311506.
HSL color Cylindrical-coordinate representation of color #9299AC: hue angle of 223.85º 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 #9299AC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 153 | 172 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.33 |
| HSL | 223.85º | 0.14% | 0.62% | - |
| HSV(B) | 223.85º | 0.15% | 0.67% | - |
| XYZ | 30.69 | 31.87 | 43.56 | - |
| YUV | 153.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 172 | 0.15 | 0.11 | 0 | 0.33 | 223.85 | 0.14 | 0.62 |
| Hex | 92 | 99 | AC | F | B | 0 | 21 | E0 | E | 3E |
| Octal | 222 | 231 | 254 | 17 | 13 | 0 | 41 | 340 | 16 | 76 |
| Binary | 10010010 | 10011001 | 10101100 | 1111 | 1011 | 0 | 100001 | 11100000 | 1110 | 111110 |
Color Harmonies of #9299AC
Complementary color
Monochromatic Colors of #9299AC
Black with #9299AC
Text Example
Text Example
White with #9299AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299AC; }
p { color: rgb(146,153,172); }
H1.HeaderClassName
{
color: #9299AC;
}
.AnyTagClassName
{
color: #9299AC;
}
</style>
background-color css
<style>
a { background-color: #9299AC; }
a { background-color: rgb(146,153,172); }
div.DivClassName
{
background-color: #9299AC;
}
.BgClassName
{
background-color: #9299AC;
}
</style>
border-color css
<style>
span { border-color: #9299AC; }
span { border-color: rgb(146,153,172); }
td.TdClassName
{
border-color: #9299AC;
}
.TagClassName
{
border-color: #9299AC;
}
</style>