Shades of Manatee #9197A3
Tints of Manatee #9197A3
RGB
CMYK
RGB Variations
Color information
#9197A3 (or 0x9197A3) is known color: Manatee. HEX triplet: 91, 97 and A3. RGB value is (145,151,163). Sum of RGB (Red+Green+Blue) = 145+151+163=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 163 - color contains mainly: blue. Hex color #9197A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197A3 is #6E685C. Grayscale: #969696. Windows color (decimal): -7235677 or 10721169. OLE color: 10721169.
HSL color Cylindrical-coordinate representation of color #9197A3: hue angle of 220º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9197A3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 151 | 163 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.36 |
| HSL | 220º | 0.09% | 0.6% | - |
| HSV(B) | 220º | 0.11% | 0.64% | - |
| XYZ | 29.35 | 30.8 | 39.05 | - |
| YUV | 150.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 163 | 0.11 | 0.07 | 0 | 0.36 | 220 | 0.09 | 0.6 |
| Hex | 91 | 97 | A3 | B | 7 | 0 | 24 | DC | 9 | 3C |
| Octal | 221 | 227 | 243 | 13 | 7 | 0 | 44 | 334 | 11 | 74 |
| Binary | 10010001 | 10010111 | 10100011 | 1011 | 111 | 0 | 100100 | 11011100 | 1001 | 111100 |
Color Harmonies of #9197A3
Complementary color
Monochromatic Colors of #9197A3
Black with #9197A3
Text Example
Text Example
White with #9197A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197A3; }
p { color: rgb(145,151,163); }
H1.HeaderClassName
{
color: #9197A3;
}
.AnyTagClassName
{
color: #9197A3;
}
</style>
background-color css
<style>
a { background-color: #9197A3; }
a { background-color: rgb(145,151,163); }
div.DivClassName
{
background-color: #9197A3;
}
.BgClassName
{
background-color: #9197A3;
}
</style>
border-color css
<style>
span { border-color: #9197A3; }
span { border-color: rgb(145,151,163); }
td.TdClassName
{
border-color: #9197A3;
}
.TagClassName
{
border-color: #9197A3;
}
</style>