Shades of Manatee #9197A9
Tints of Manatee #9197A9
RGB
CMYK
RGB Variations
Color information
#9197A9 (or 0x9197A9) is known color: Manatee. HEX triplet: 91, 97 and A9. RGB value is (145,151,169). Sum of RGB (Red+Green+Blue) = 145+151+169=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #9197A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197A9 is #6E6856. Grayscale: #979797. Windows color (decimal): -7235671 or 11114385. OLE color: 11114385.
HSL color Cylindrical-coordinate representation of color #9197A9: hue angle of 225º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9197A9 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 151 | 169 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.34 |
| HSL | 225º | 0.12% | 0.62% | - |
| HSV(B) | 225º | 0.14% | 0.66% | - |
| XYZ | 29.91 | 31.02 | 41.95 | - |
| YUV | 151.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 169 | 0.14 | 0.11 | 0 | 0.34 | 225 | 0.12 | 0.62 |
| Hex | 91 | 97 | A9 | E | B | 0 | 22 | E1 | C | 3E |
| Octal | 221 | 227 | 251 | 16 | 13 | 0 | 42 | 341 | 14 | 76 |
| Binary | 10010001 | 10010111 | 10101001 | 1110 | 1011 | 0 | 100010 | 11100001 | 1100 | 111110 |
Color Harmonies of #9197A9
Complementary color
Monochromatic Colors of #9197A9
Black with #9197A9
Text Example
Text Example
White with #9197A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197A9; }
p { color: rgb(145,151,169); }
H1.HeaderClassName
{
color: #9197A9;
}
.AnyTagClassName
{
color: #9197A9;
}
</style>
background-color css
<style>
a { background-color: #9197A9; }
a { background-color: rgb(145,151,169); }
div.DivClassName
{
background-color: #9197A9;
}
.BgClassName
{
background-color: #9197A9;
}
</style>
border-color css
<style>
span { border-color: #9197A9; }
span { border-color: rgb(145,151,169); }
td.TdClassName
{
border-color: #9197A9;
}
.TagClassName
{
border-color: #9197A9;
}
</style>