Shades of Manatee #9192A0
Tints of Manatee #9192A0
RGB
CMYK
RGB Variations
Color information
#9192A0 (or 0x9192A0) is known color: Manatee. HEX triplet: 91, 92 and A0. RGB value is (145,146,160). Sum of RGB (Red+Green+Blue) = 145+146+160=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 160 - color contains mainly: blue. Hex color #9192A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9192A0 is #6E6D5F. Grayscale: #939393. Windows color (decimal): -7236960 or 10523281. OLE color: 10523281.
HSL color Cylindrical-coordinate representation of color #9192A0: hue angle of 236º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9192A0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 146 | 160 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.37 |
| HSL | 236º | 0.07% | 0.6% | - |
| HSV(B) | 236º | 0.09% | 0.63% | - |
| XYZ | 28.3 | 29.12 | 37.39 | - |
| YUV | 147.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 160 | 0.09 | 0.09 | 0 | 0.37 | 236 | 0.07 | 0.6 |
| Hex | 91 | 92 | A0 | 9 | 9 | 0 | 25 | EC | 7 | 3C |
| Octal | 221 | 222 | 240 | 11 | 11 | 0 | 45 | 354 | 7 | 74 |
| Binary | 10010001 | 10010010 | 10100000 | 1001 | 1001 | 0 | 100101 | 11101100 | 111 | 111100 |
Color Harmonies of #9192A0
Complementary color
Monochromatic Colors of #9192A0
Black with #9192A0
Text Example
Text Example
White with #9192A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192A0; }
p { color: rgb(145,146,160); }
H1.HeaderClassName
{
color: #9192A0;
}
.AnyTagClassName
{
color: #9192A0;
}
</style>
background-color css
<style>
a { background-color: #9192A0; }
a { background-color: rgb(145,146,160); }
div.DivClassName
{
background-color: #9192A0;
}
.BgClassName
{
background-color: #9192A0;
}
</style>
border-color css
<style>
span { border-color: #9192A0; }
span { border-color: rgb(145,146,160); }
td.TdClassName
{
border-color: #9192A0;
}
.TagClassName
{
border-color: #9192A0;
}
</style>