Shades of Blue Bell #9390DC
Tints of Blue Bell #9390DC
RGB
CMYK
RGB Variations
Color information
#9390DC (or 0x9390DC) is known color: Blue Bell. HEX triplet: 93, 90 and DC. RGB value is (147,144,220). Sum of RGB (Red+Green+Blue) = 147+144+220=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #9390DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390DC is #6C6F23. Grayscale: #999999. Windows color (decimal): -7106340 or 14454931. OLE color: 14454931.
HSL color Cylindrical-coordinate representation of color #9390DC: hue angle of 242.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9390DC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 144 | 220 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.14 |
| HSL | 242.37º | 0.52% | 0.71% | - |
| HSV(B) | 242.37º | 0.35% | 0.86% | - |
| XYZ | 34.92 | 31.32 | 71.91 | - |
| YUV | 153.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 220 | 0.33 | 0.35 | 0 | 0.14 | 242.37 | 0.52 | 0.71 |
| Hex | 93 | 90 | DC | 21 | 23 | 0 | E | F2 | 34 | 47 |
| Octal | 223 | 220 | 334 | 41 | 43 | 0 | 16 | 362 | 64 | 107 |
| Binary | 10010011 | 10010000 | 11011100 | 100001 | 100011 | 0 | 1110 | 11110010 | 110100 | 1000111 |
Color Harmonies of #9390DC
Complementary color
Monochromatic Colors of #9390DC
Black with #9390DC
Text Example
Text Example
White with #9390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390DC; }
p { color: rgb(147,144,220); }
H1.HeaderClassName
{
color: #9390DC;
}
.AnyTagClassName
{
color: #9390DC;
}
</style>
background-color css
<style>
a { background-color: #9390DC; }
a { background-color: rgb(147,144,220); }
div.DivClassName
{
background-color: #9390DC;
}
.BgClassName
{
background-color: #9390DC;
}
</style>
border-color css
<style>
span { border-color: #9390DC; }
span { border-color: rgb(147,144,220); }
td.TdClassName
{
border-color: #9390DC;
}
.TagClassName
{
border-color: #9390DC;
}
</style>