Shades of Blue Bell #9390D7
Tints of Blue Bell #9390D7
RGB
CMYK
RGB Variations
Color information
#9390D7 (or 0x9390D7) is known color: Blue Bell. HEX triplet: 93, 90 and D7. RGB value is (147,144,215). Sum of RGB (Red+Green+Blue) = 147+144+215=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #9390D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390D7 is #6C6F28. Grayscale: #989898. Windows color (decimal): -7106345 or 14127251. OLE color: 14127251.
HSL color Cylindrical-coordinate representation of color #9390D7: hue angle of 242.54º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9390D7 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 144 | 215 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.16 |
| HSL | 242.54º | 0.47% | 0.7% | - |
| HSV(B) | 242.54º | 0.33% | 0.84% | - |
| XYZ | 34.27 | 31.06 | 68.48 | - |
| YUV | 152.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 215 | 0.32 | 0.33 | 0 | 0.16 | 242.54 | 0.47 | 0.7 |
| Hex | 93 | 90 | D7 | 20 | 21 | 0 | 10 | F3 | 2F | 46 |
| Octal | 223 | 220 | 327 | 40 | 41 | 0 | 20 | 363 | 57 | 106 |
| Binary | 10010011 | 10010000 | 11010111 | 100000 | 100001 | 0 | 10000 | 11110011 | 101111 | 1000110 |
Color Harmonies of #9390D7
Complementary color
Monochromatic Colors of #9390D7
Black with #9390D7
Text Example
Text Example
White with #9390D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390D7; }
p { color: rgb(147,144,215); }
H1.HeaderClassName
{
color: #9390D7;
}
.AnyTagClassName
{
color: #9390D7;
}
</style>
background-color css
<style>
a { background-color: #9390D7; }
a { background-color: rgb(147,144,215); }
div.DivClassName
{
background-color: #9390D7;
}
.BgClassName
{
background-color: #9390D7;
}
</style>
border-color css
<style>
span { border-color: #9390D7; }
span { border-color: rgb(147,144,215); }
td.TdClassName
{
border-color: #9390D7;
}
.TagClassName
{
border-color: #9390D7;
}
</style>