Shades of Manatee #9197AF
Tints of Manatee #9197AF
RGB
CMYK
RGB Variations
Color information
#9197AF (or 0x9197AF) is known color: Manatee. HEX triplet: 91, 97 and AF. RGB value is (145,151,175). Sum of RGB (Red+Green+Blue) = 145+151+175=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9197AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197AF is #6E6850. Grayscale: #979797. Windows color (decimal): -7235665 or 11507601. OLE color: 11507601.
HSL color Cylindrical-coordinate representation of color #9197AF: hue angle of 228º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9197AF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 151 | 175 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.31 |
| HSL | 228º | 0.16% | 0.63% | - |
| HSV(B) | 228º | 0.17% | 0.69% | - |
| XYZ | 30.48 | 31.25 | 44.98 | - |
| YUV | 151.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 175 | 0.17 | 0.14 | 0 | 0.31 | 228 | 0.16 | 0.63 |
| Hex | 91 | 97 | AF | 11 | E | 0 | 1F | E4 | 10 | 3F |
| Octal | 221 | 227 | 257 | 21 | 16 | 0 | 37 | 344 | 20 | 77 |
| Binary | 10010001 | 10010111 | 10101111 | 10001 | 1110 | 0 | 11111 | 11100100 | 10000 | 111111 |
Color Harmonies of #9197AF
Complementary color
Monochromatic Colors of #9197AF
Black with #9197AF
Text Example
Text Example
White with #9197AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197AF; }
p { color: rgb(145,151,175); }
H1.HeaderClassName
{
color: #9197AF;
}
.AnyTagClassName
{
color: #9197AF;
}
</style>
background-color css
<style>
a { background-color: #9197AF; }
a { background-color: rgb(145,151,175); }
div.DivClassName
{
background-color: #9197AF;
}
.BgClassName
{
background-color: #9197AF;
}
</style>
border-color css
<style>
span { border-color: #9197AF; }
span { border-color: rgb(145,151,175); }
td.TdClassName
{
border-color: #9197AF;
}
.TagClassName
{
border-color: #9197AF;
}
</style>