Shades of Blue Bell #9189DD
Tints of Blue Bell #9189DD
RGB
CMYK
RGB Variations
Color information
#9189DD (or 0x9189DD) is known color: Blue Bell. HEX triplet: 91, 89 and DD. RGB value is (145,137,221). Sum of RGB (Red+Green+Blue) = 145+137+221=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189DD is #6E7622. Grayscale: #949494. Windows color (decimal): -7239203 or 14518673. OLE color: 14518673.
HSL color Cylindrical-coordinate representation of color #9189DD: hue angle of 245.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9189DD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 137 | 221 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.13 |
| HSL | 245.71º | 0.55% | 0.7% | - |
| HSV(B) | 245.71º | 0.38% | 0.87% | - |
| XYZ | 33.67 | 29.13 | 72.25 | - |
| YUV | 148.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 221 | 0.34 | 0.38 | 0 | 0.13 | 245.71 | 0.55 | 0.7 |
| Hex | 91 | 89 | DD | 22 | 26 | 0 | D | F6 | 37 | 46 |
| Octal | 221 | 211 | 335 | 42 | 46 | 0 | 15 | 366 | 67 | 106 |
| Binary | 10010001 | 10001001 | 11011101 | 100010 | 100110 | 0 | 1101 | 11110110 | 110111 | 1000110 |
Color Harmonies of #9189DD
Complementary color
Monochromatic Colors of #9189DD
Black with #9189DD
Text Example
Text Example
White with #9189DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189DD; }
p { color: rgb(145,137,221); }
H1.HeaderClassName
{
color: #9189DD;
}
.AnyTagClassName
{
color: #9189DD;
}
</style>
background-color css
<style>
a { background-color: #9189DD; }
a { background-color: rgb(145,137,221); }
div.DivClassName
{
background-color: #9189DD;
}
.BgClassName
{
background-color: #9189DD;
}
</style>
border-color css
<style>
span { border-color: #9189DD; }
span { border-color: rgb(145,137,221); }
td.TdClassName
{
border-color: #9189DD;
}
.TagClassName
{
border-color: #9189DD;
}
</style>