Shades of Manatee #9197AC
Tints of Manatee #9197AC
RGB
CMYK
RGB Variations
Color information
#9197AC (or 0x9197AC) is known color: Manatee. HEX triplet: 91, 97 and AC. RGB value is (145,151,172). Sum of RGB (Red+Green+Blue) = 145+151+172=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9197AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9197AC is #6E6853. Grayscale: #979797. Windows color (decimal): -7235668 or 11310993. OLE color: 11310993.
HSL color Cylindrical-coordinate representation of color #9197AC: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9197AC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 151 | 172 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.33 |
| HSL | 226.67º | 0.14% | 0.62% | - |
| HSV(B) | 226.67º | 0.16% | 0.67% | - |
| XYZ | 30.19 | 31.13 | 43.45 | - |
| YUV | 151.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 172 | 0.16 | 0.12 | 0 | 0.33 | 226.67 | 0.14 | 0.62 |
| Hex | 91 | 97 | AC | 10 | C | 0 | 21 | E3 | E | 3E |
| Octal | 221 | 227 | 254 | 20 | 14 | 0 | 41 | 343 | 16 | 76 |
| Binary | 10010001 | 10010111 | 10101100 | 10000 | 1100 | 0 | 100001 | 11100011 | 1110 | 111110 |
Color Harmonies of #9197AC
Complementary color
Monochromatic Colors of #9197AC
Black with #9197AC
Text Example
Text Example
White with #9197AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197AC; }
p { color: rgb(145,151,172); }
H1.HeaderClassName
{
color: #9197AC;
}
.AnyTagClassName
{
color: #9197AC;
}
</style>
background-color css
<style>
a { background-color: #9197AC; }
a { background-color: rgb(145,151,172); }
div.DivClassName
{
background-color: #9197AC;
}
.BgClassName
{
background-color: #9197AC;
}
</style>
border-color css
<style>
span { border-color: #9197AC; }
span { border-color: rgb(145,151,172); }
td.TdClassName
{
border-color: #9197AC;
}
.TagClassName
{
border-color: #9197AC;
}
</style>