Shades of Manatee #9195B3
Tints of Manatee #9195B3
RGB
CMYK
RGB Variations
Color information
#9195B3 (or 0x9195B3) is known color: Manatee. HEX triplet: 91, 95 and B3. RGB value is (145,149,179). Sum of RGB (Red+Green+Blue) = 145+149+179=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #9195B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195B3 is #6E6A4C. Grayscale: #979797. Windows color (decimal): -7236173 or 11769233. OLE color: 11769233.
HSL color Cylindrical-coordinate representation of color #9195B3: hue angle of 232.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9195B3 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 149 | 179 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.30 |
| HSL | 232.94º | 0.18% | 0.64% | - |
| HSV(B) | 232.94º | 0.19% | 0.7% | - |
| XYZ | 30.56 | 30.77 | 46.98 | - |
| YUV | 151.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 179 | 0.19 | 0.17 | 0 | 0.30 | 232.94 | 0.18 | 0.64 |
| Hex | 91 | 95 | B3 | 13 | 11 | 0 | 1E | E9 | 12 | 40 |
| Octal | 221 | 225 | 263 | 23 | 21 | 0 | 36 | 351 | 22 | 100 |
| Binary | 10010001 | 10010101 | 10110011 | 10011 | 10001 | 0 | 11110 | 11101001 | 10010 | 1000000 |
Color Harmonies of #9195B3
Complementary color
Monochromatic Colors of #9195B3
Black with #9195B3
Text Example
Text Example
White with #9195B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9195B3; }
p { color: rgb(145,149,179); }
H1.HeaderClassName
{
color: #9195B3;
}
.AnyTagClassName
{
color: #9195B3;
}
</style>
background-color css
<style>
a { background-color: #9195B3; }
a { background-color: rgb(145,149,179); }
div.DivClassName
{
background-color: #9195B3;
}
.BgClassName
{
background-color: #9195B3;
}
</style>
border-color css
<style>
span { border-color: #9195B3; }
span { border-color: rgb(145,149,179); }
td.TdClassName
{
border-color: #9195B3;
}
.TagClassName
{
border-color: #9195B3;
}
</style>