Shades of Manatee #9193A2
Tints of Manatee #9193A2
RGB
CMYK
RGB Variations
Color information
#9193A2 (or 0x9193A2) is known color: Manatee. HEX triplet: 91, 93 and A2. RGB value is (145,147,162). Sum of RGB (Red+Green+Blue) = 145+147+162=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #9193A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9193A2 is #6E6C5D. Grayscale: #949494. Windows color (decimal): -7236702 or 10654609. OLE color: 10654609.
HSL color Cylindrical-coordinate representation of color #9193A2: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9193A2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 147 | 162 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.36 |
| HSL | 232.94º | 0.08% | 0.6% | - |
| HSV(B) | 232.94º | 0.1% | 0.64% | - |
| XYZ | 28.63 | 29.5 | 38.37 | - |
| YUV | 148.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 162 | 0.10 | 0.09 | 0 | 0.36 | 232.94 | 0.08 | 0.6 |
| Hex | 91 | 93 | A2 | A | 9 | 0 | 24 | E9 | 8 | 3C |
| Octal | 221 | 223 | 242 | 12 | 11 | 0 | 44 | 351 | 10 | 74 |
| Binary | 10010001 | 10010011 | 10100010 | 1010 | 1001 | 0 | 100100 | 11101001 | 1000 | 111100 |
Color Harmonies of #9193A2
Complementary color
Monochromatic Colors of #9193A2
Black with #9193A2
Text Example
Text Example
White with #9193A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193A2; }
p { color: rgb(145,147,162); }
H1.HeaderClassName
{
color: #9193A2;
}
.AnyTagClassName
{
color: #9193A2;
}
</style>
background-color css
<style>
a { background-color: #9193A2; }
a { background-color: rgb(145,147,162); }
div.DivClassName
{
background-color: #9193A2;
}
.BgClassName
{
background-color: #9193A2;
}
</style>
border-color css
<style>
span { border-color: #9193A2; }
span { border-color: rgb(145,147,162); }
td.TdClassName
{
border-color: #9193A2;
}
.TagClassName
{
border-color: #9193A2;
}
</style>