Shades of Manatee #9195A2
Tints of Manatee #9195A2
RGB
CMYK
RGB Variations
Color information
#9195A2 (or 0x9195A2) is known color: Manatee. HEX triplet: 91, 95 and A2. RGB value is (145,149,162). Sum of RGB (Red+Green+Blue) = 145+149+162=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #9195A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9195A2 is #6E6A5D. Grayscale: #959595. Windows color (decimal): -7236190 or 10655121. OLE color: 10655121.
HSL color Cylindrical-coordinate representation of color #9195A2: hue angle of 225.88º 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 #9195A2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 149 | 162 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.36 |
| HSL | 225.88º | 0.08% | 0.6% | - |
| HSV(B) | 225.88º | 0.1% | 0.64% | - |
| XYZ | 28.95 | 30.12 | 38.47 | - |
| YUV | 149.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 162 | 0.10 | 0.08 | 0 | 0.36 | 225.88 | 0.08 | 0.6 |
| Hex | 91 | 95 | A2 | A | 8 | 0 | 24 | E2 | 8 | 3C |
| Octal | 221 | 225 | 242 | 12 | 10 | 0 | 44 | 342 | 10 | 74 |
| Binary | 10010001 | 10010101 | 10100010 | 1010 | 1000 | 0 | 100100 | 11100010 | 1000 | 111100 |
Color Harmonies of #9195A2
Complementary color
Monochromatic Colors of #9195A2
Black with #9195A2
Text Example
Text Example
White with #9195A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195A2; }
p { color: rgb(145,149,162); }
H1.HeaderClassName
{
color: #9195A2;
}
.AnyTagClassName
{
color: #9195A2;
}
</style>
background-color css
<style>
a { background-color: #9195A2; }
a { background-color: rgb(145,149,162); }
div.DivClassName
{
background-color: #9195A2;
}
.BgClassName
{
background-color: #9195A2;
}
</style>
border-color css
<style>
span { border-color: #9195A2; }
span { border-color: rgb(145,149,162); }
td.TdClassName
{
border-color: #9195A2;
}
.TagClassName
{
border-color: #9195A2;
}
</style>