Shades of Manatee #9193AA
Tints of Manatee #9193AA
RGB
CMYK
RGB Variations
Color information
#9193AA (or 0x9193AA) is known color: Manatee. HEX triplet: 91, 93 and AA. RGB value is (145,147,170). Sum of RGB (Red+Green+Blue) = 145+147+170=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #9193AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9193AA is #6E6C55. Grayscale: #949494. Windows color (decimal): -7236694 or 11178897. OLE color: 11178897.
HSL color Cylindrical-coordinate representation of color #9193AA: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9193AA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 147 | 170 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.33 |
| HSL | 235.2º | 0.13% | 0.62% | - |
| HSV(B) | 235.2º | 0.15% | 0.67% | - |
| XYZ | 29.37 | 29.79 | 42.23 | - |
| YUV | 149.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 170 | 0.15 | 0.14 | 0 | 0.33 | 235.2 | 0.13 | 0.62 |
| Hex | 91 | 93 | AA | F | E | 0 | 21 | EB | D | 3E |
| Octal | 221 | 223 | 252 | 17 | 16 | 0 | 41 | 353 | 15 | 76 |
| Binary | 10010001 | 10010011 | 10101010 | 1111 | 1110 | 0 | 100001 | 11101011 | 1101 | 111110 |
Color Harmonies of #9193AA
Complementary color
Monochromatic Colors of #9193AA
Black with #9193AA
Text Example
Text Example
White with #9193AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193AA; }
p { color: rgb(145,147,170); }
H1.HeaderClassName
{
color: #9193AA;
}
.AnyTagClassName
{
color: #9193AA;
}
</style>
background-color css
<style>
a { background-color: #9193AA; }
a { background-color: rgb(145,147,170); }
div.DivClassName
{
background-color: #9193AA;
}
.BgClassName
{
background-color: #9193AA;
}
</style>
border-color css
<style>
span { border-color: #9193AA; }
span { border-color: rgb(145,147,170); }
td.TdClassName
{
border-color: #9193AA;
}
.TagClassName
{
border-color: #9193AA;
}
</style>