Shades of Blue Bell #9391DA
Tints of Blue Bell #9391DA
RGB
CMYK
RGB Variations
Color information
#9391DA (or 0x9391DA) is known color: Blue Bell. HEX triplet: 93, 91 and DA. RGB value is (147,145,218). Sum of RGB (Red+Green+Blue) = 147+145+218=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #9391DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9391DA is #6C6E25. Grayscale: #999999. Windows color (decimal): -7106086 or 14324115. OLE color: 14324115.
HSL color Cylindrical-coordinate representation of color #9391DA: hue angle of 241.64º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9391DA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 145 | 218 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.15 |
| HSL | 241.64º | 0.5% | 0.71% | - |
| HSV(B) | 241.64º | 0.33% | 0.85% | - |
| XYZ | 34.81 | 31.52 | 70.58 | - |
| YUV | 153.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 218 | 0.33 | 0.33 | 0 | 0.15 | 241.64 | 0.5 | 0.71 |
| Hex | 93 | 91 | DA | 21 | 21 | 0 | F | F2 | 32 | 47 |
| Octal | 223 | 221 | 332 | 41 | 41 | 0 | 17 | 362 | 62 | 107 |
| Binary | 10010011 | 10010001 | 11011010 | 100001 | 100001 | 0 | 1111 | 11110010 | 110010 | 1000111 |
Color Harmonies of #9391DA
Complementary color
Monochromatic Colors of #9391DA
Black with #9391DA
Text Example
Text Example
White with #9391DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9391DA; }
p { color: rgb(147,145,218); }
H1.HeaderClassName
{
color: #9391DA;
}
.AnyTagClassName
{
color: #9391DA;
}
</style>
background-color css
<style>
a { background-color: #9391DA; }
a { background-color: rgb(147,145,218); }
div.DivClassName
{
background-color: #9391DA;
}
.BgClassName
{
background-color: #9391DA;
}
</style>
border-color css
<style>
span { border-color: #9391DA; }
span { border-color: rgb(147,145,218); }
td.TdClassName
{
border-color: #9391DA;
}
.TagClassName
{
border-color: #9391DA;
}
</style>