Shades of Blue Bell #9393D1
Tints of Blue Bell #9393D1
RGB
CMYK
RGB Variations
Color information
#9393D1 (or 0x9393D1) is known color: Blue Bell. HEX triplet: 93, 93 and D1. RGB value is (147,147,209). Sum of RGB (Red+Green+Blue) = 147+147+209=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #9393D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393D1 is #6C6C2E. Grayscale: #999999. Windows color (decimal): -7105583 or 13734803. OLE color: 13734803.
HSL color Cylindrical-coordinate representation of color #9393D1: hue angle of 240º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9393D1 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 147 | 209 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.18 |
| HSL | 240º | 0.4% | 0.7% | - |
| HSV(B) | 240º | 0.3% | 0.82% | - |
| XYZ | 33.97 | 31.67 | 64.64 | - |
| YUV | 154.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 209 | 0.30 | 0.30 | 0 | 0.18 | 240 | 0.4 | 0.7 |
| Hex | 93 | 93 | D1 | 1E | 1E | 0 | 12 | F0 | 28 | 46 |
| Octal | 223 | 223 | 321 | 36 | 36 | 0 | 22 | 360 | 50 | 106 |
| Binary | 10010011 | 10010011 | 11010001 | 11110 | 11110 | 0 | 10010 | 11110000 | 101000 | 1000110 |
Color Harmonies of #9393D1
Complementary color
Monochromatic Colors of #9393D1
Black with #9393D1
Text Example
Text Example
White with #9393D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393D1; }
p { color: rgb(147,147,209); }
H1.HeaderClassName
{
color: #9393D1;
}
.AnyTagClassName
{
color: #9393D1;
}
</style>
background-color css
<style>
a { background-color: #9393D1; }
a { background-color: rgb(147,147,209); }
div.DivClassName
{
background-color: #9393D1;
}
.BgClassName
{
background-color: #9393D1;
}
</style>
border-color css
<style>
span { border-color: #9393D1; }
span { border-color: rgb(147,147,209); }
td.TdClassName
{
border-color: #9393D1;
}
.TagClassName
{
border-color: #9393D1;
}
</style>