Shades of Blue Bell #9189DC
Tints of Blue Bell #9189DC
RGB
CMYK
RGB Variations
Color information
#9189DC (or 0x9189DC) is known color: Blue Bell. HEX triplet: 91, 89 and DC. RGB value is (145,137,220). Sum of RGB (Red+Green+Blue) = 145+137+220=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9189DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189DC is #6E7623. Grayscale: #949494. Windows color (decimal): -7239204 or 14453137. OLE color: 14453137.
HSL color Cylindrical-coordinate representation of color #9189DC: hue angle of 245.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9189DC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 137 | 220 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.14 |
| HSL | 245.78º | 0.54% | 0.7% | - |
| HSV(B) | 245.78º | 0.38% | 0.86% | - |
| XYZ | 33.54 | 29.08 | 71.56 | - |
| YUV | 148.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 220 | 0.34 | 0.38 | 0 | 0.14 | 245.78 | 0.54 | 0.7 |
| Hex | 91 | 89 | DC | 22 | 26 | 0 | E | F6 | 36 | 46 |
| Octal | 221 | 211 | 334 | 42 | 46 | 0 | 16 | 366 | 66 | 106 |
| Binary | 10010001 | 10001001 | 11011100 | 100010 | 100110 | 0 | 1110 | 11110110 | 110110 | 1000110 |
Color Harmonies of #9189DC
Complementary color
Monochromatic Colors of #9189DC
Black with #9189DC
Text Example
Text Example
White with #9189DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189DC; }
p { color: rgb(145,137,220); }
H1.HeaderClassName
{
color: #9189DC;
}
.AnyTagClassName
{
color: #9189DC;
}
</style>
background-color css
<style>
a { background-color: #9189DC; }
a { background-color: rgb(145,137,220); }
div.DivClassName
{
background-color: #9189DC;
}
.BgClassName
{
background-color: #9189DC;
}
</style>
border-color css
<style>
span { border-color: #9189DC; }
span { border-color: rgb(145,137,220); }
td.TdClassName
{
border-color: #9189DC;
}
.TagClassName
{
border-color: #9189DC;
}
</style>