Shades of Manatee #9195A0
Tints of Manatee #9195A0
RGB
CMYK
RGB Variations
Color information
#9195A0 (or 0x9195A0) is known color: Manatee. HEX triplet: 91, 95 and A0. RGB value is (145,149,160). Sum of RGB (Red+Green+Blue) = 145+149+160=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 160 - color contains mainly: blue. Hex color #9195A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195A0 is #6E6A5F. Grayscale: #959595. Windows color (decimal): -7236192 or 10524049. OLE color: 10524049.
HSL color Cylindrical-coordinate representation of color #9195A0: hue angle of 224º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9195A0 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 149 | 160 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.37 |
| HSL | 224º | 0.07% | 0.6% | - |
| HSV(B) | 224º | 0.09% | 0.63% | - |
| XYZ | 28.77 | 30.05 | 37.54 | - |
| YUV | 149.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 160 | 0.09 | 0.07 | 0 | 0.37 | 224 | 0.07 | 0.6 |
| Hex | 91 | 95 | A0 | 9 | 7 | 0 | 25 | E0 | 7 | 3C |
| Octal | 221 | 225 | 240 | 11 | 7 | 0 | 45 | 340 | 7 | 74 |
| Binary | 10010001 | 10010101 | 10100000 | 1001 | 111 | 0 | 100101 | 11100000 | 111 | 111100 |
Color Harmonies of #9195A0
Complementary color
Monochromatic Colors of #9195A0
Black with #9195A0
Text Example
Text Example
White with #9195A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195A0; }
p { color: rgb(145,149,160); }
H1.HeaderClassName
{
color: #9195A0;
}
.AnyTagClassName
{
color: #9195A0;
}
</style>
background-color css
<style>
a { background-color: #9195A0; }
a { background-color: rgb(145,149,160); }
div.DivClassName
{
background-color: #9195A0;
}
.BgClassName
{
background-color: #9195A0;
}
</style>
border-color css
<style>
span { border-color: #9195A0; }
span { border-color: rgb(145,149,160); }
td.TdClassName
{
border-color: #9195A0;
}
.TagClassName
{
border-color: #9195A0;
}
</style>