Shades of Blue Bell #9199C0
Tints of Blue Bell #9199C0
RGB
CMYK
RGB Variations
Color information
#9199C0 (or 0x9199C0) is known color: Blue Bell. HEX triplet: 91, 99 and C0. RGB value is (145,153,192). Sum of RGB (Red+Green+Blue) = 145+153+192=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #9199C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199C0 is #6E663F. Grayscale: #9A9A9A. Windows color (decimal): -7235136 or 12622225. OLE color: 12622225.
HSL color Cylindrical-coordinate representation of color #9199C0: hue angle of 229.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9199C0 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 153 | 192 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.25 |
| HSL | 229.79º | 0.27% | 0.66% | - |
| HSV(B) | 229.79º | 0.24% | 0.75% | - |
| XYZ | 32.58 | 32.61 | 54.45 | - |
| YUV | 155.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 192 | 0.24 | 0.20 | 0 | 0.25 | 229.79 | 0.27 | 0.66 |
| Hex | 91 | 99 | C0 | 18 | 14 | 0 | 19 | E6 | 1B | 42 |
| Octal | 221 | 231 | 300 | 30 | 24 | 0 | 31 | 346 | 33 | 102 |
| Binary | 10010001 | 10011001 | 11000000 | 11000 | 10100 | 0 | 11001 | 11100110 | 11011 | 1000010 |
Color Harmonies of #9199C0
Complementary color
Monochromatic Colors of #9199C0
Black with #9199C0
Text Example
Text Example
White with #9199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199C0; }
p { color: rgb(145,153,192); }
H1.HeaderClassName
{
color: #9199C0;
}
.AnyTagClassName
{
color: #9199C0;
}
</style>
background-color css
<style>
a { background-color: #9199C0; }
a { background-color: rgb(145,153,192); }
div.DivClassName
{
background-color: #9199C0;
}
.BgClassName
{
background-color: #9199C0;
}
</style>
border-color css
<style>
span { border-color: #9199C0; }
span { border-color: rgb(145,153,192); }
td.TdClassName
{
border-color: #9199C0;
}
.TagClassName
{
border-color: #9199C0;
}
</style>