Shades of Manatee #9194A2
Tints of Manatee #9194A2
RGB
CMYK
RGB Variations
Color information
#9194A2 (or 0x9194A2) is known color: Manatee. HEX triplet: 91, 94 and A2. RGB value is (145,148,162). Sum of RGB (Red+Green+Blue) = 145+148+162=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 162 - color contains mainly: blue. Hex color #9194A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9194A2 is #6E6B5D. Grayscale: #949494. Windows color (decimal): -7236446 or 10654865. OLE color: 10654865.
HSL color Cylindrical-coordinate representation of color #9194A2: hue angle of 229.41º 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 #9194A2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 148 | 162 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.36 |
| HSL | 229.41º | 0.08% | 0.6% | - |
| HSV(B) | 229.41º | 0.1% | 0.64% | - |
| XYZ | 28.79 | 29.81 | 38.42 | - |
| YUV | 148.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 162 | 0.10 | 0.09 | 0 | 0.36 | 229.41 | 0.08 | 0.6 |
| Hex | 91 | 94 | A2 | A | 9 | 0 | 24 | E5 | 8 | 3C |
| Octal | 221 | 224 | 242 | 12 | 11 | 0 | 44 | 345 | 10 | 74 |
| Binary | 10010001 | 10010100 | 10100010 | 1010 | 1001 | 0 | 100100 | 11100101 | 1000 | 111100 |
Color Harmonies of #9194A2
Complementary color
Monochromatic Colors of #9194A2
Black with #9194A2
Text Example
Text Example
White with #9194A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194A2; }
p { color: rgb(145,148,162); }
H1.HeaderClassName
{
color: #9194A2;
}
.AnyTagClassName
{
color: #9194A2;
}
</style>
background-color css
<style>
a { background-color: #9194A2; }
a { background-color: rgb(145,148,162); }
div.DivClassName
{
background-color: #9194A2;
}
.BgClassName
{
background-color: #9194A2;
}
</style>
border-color css
<style>
span { border-color: #9194A2; }
span { border-color: rgb(145,148,162); }
td.TdClassName
{
border-color: #9194A2;
}
.TagClassName
{
border-color: #9194A2;
}
</style>