Shades of Blue Bell #9391DD
Tints of Blue Bell #9391DD
RGB
CMYK
RGB Variations
Color information
#9391DD (or 0x9391DD) is known color: Blue Bell. HEX triplet: 93, 91 and DD. RGB value is (147,145,221). Sum of RGB (Red+Green+Blue) = 147+145+221=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9391DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9391DD is #6C6E22. Grayscale: #999999. Windows color (decimal): -7106083 or 14520723. OLE color: 14520723.
HSL color Cylindrical-coordinate representation of color #9391DD: hue angle of 241.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9391DD is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 145 | 221 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.13 |
| HSL | 241.58º | 0.53% | 0.72% | - |
| HSV(B) | 241.58º | 0.34% | 0.87% | - |
| XYZ | 35.21 | 31.67 | 72.66 | - |
| YUV | 154.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 221 | 0.33 | 0.34 | 0 | 0.13 | 241.58 | 0.53 | 0.72 |
| Hex | 93 | 91 | DD | 21 | 22 | 0 | D | F2 | 35 | 48 |
| Octal | 223 | 221 | 335 | 41 | 42 | 0 | 15 | 362 | 65 | 110 |
| Binary | 10010011 | 10010001 | 11011101 | 100001 | 100010 | 0 | 1101 | 11110010 | 110101 | 1001000 |
Color Harmonies of #9391DD
Complementary color
Monochromatic Colors of #9391DD
Black with #9391DD
Text Example
Text Example
White with #9391DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9391DD; }
p { color: rgb(147,145,221); }
H1.HeaderClassName
{
color: #9391DD;
}
.AnyTagClassName
{
color: #9391DD;
}
</style>
background-color css
<style>
a { background-color: #9391DD; }
a { background-color: rgb(147,145,221); }
div.DivClassName
{
background-color: #9391DD;
}
.BgClassName
{
background-color: #9391DD;
}
</style>
border-color css
<style>
span { border-color: #9391DD; }
span { border-color: rgb(147,145,221); }
td.TdClassName
{
border-color: #9391DD;
}
.TagClassName
{
border-color: #9391DD;
}
</style>