Shades of Blue Bell #9390DD
Tints of Blue Bell #9390DD
RGB
CMYK
RGB Variations
Color information
#9390DD (or 0x9390DD) is known color: Blue Bell. HEX triplet: 93, 90 and DD. RGB value is (147,144,221). Sum of RGB (Red+Green+Blue) = 147+144+221=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #9390DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390DD is #6C6F22. Grayscale: #999999. Windows color (decimal): -7106339 or 14520467. OLE color: 14520467.
HSL color Cylindrical-coordinate representation of color #9390DD: hue angle of 242.34º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9390DD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 144 | 221 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.13 |
| HSL | 242.34º | 0.53% | 0.72% | - |
| HSV(B) | 242.34º | 0.35% | 0.87% | - |
| XYZ | 35.06 | 31.37 | 72.61 | - |
| YUV | 153.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 221 | 0.33 | 0.35 | 0 | 0.13 | 242.34 | 0.53 | 0.72 |
| Hex | 93 | 90 | DD | 21 | 23 | 0 | D | F2 | 35 | 48 |
| Octal | 223 | 220 | 335 | 41 | 43 | 0 | 15 | 362 | 65 | 110 |
| Binary | 10010011 | 10010000 | 11011101 | 100001 | 100011 | 0 | 1101 | 11110010 | 110101 | 1001000 |
Color Harmonies of #9390DD
Complementary color
Monochromatic Colors of #9390DD
Black with #9390DD
Text Example
Text Example
White with #9390DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390DD; }
p { color: rgb(147,144,221); }
H1.HeaderClassName
{
color: #9390DD;
}
.AnyTagClassName
{
color: #9390DD;
}
</style>
background-color css
<style>
a { background-color: #9390DD; }
a { background-color: rgb(147,144,221); }
div.DivClassName
{
background-color: #9390DD;
}
.BgClassName
{
background-color: #9390DD;
}
</style>
border-color css
<style>
span { border-color: #9390DD; }
span { border-color: rgb(147,144,221); }
td.TdClassName
{
border-color: #9390DD;
}
.TagClassName
{
border-color: #9390DD;
}
</style>