Shades of Blue Bell #9393DA
Tints of Blue Bell #9393DA
RGB
CMYK
RGB Variations
Color information
#9393DA (or 0x9393DA) is known color: Blue Bell. HEX triplet: 93, 93 and DA. RGB value is (147,147,218). Sum of RGB (Red+Green+Blue) = 147+147+218=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #9393DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393DA is #6C6C25. Grayscale: #9A9A9A. Windows color (decimal): -7105574 or 14324627. OLE color: 14324627.
HSL color Cylindrical-coordinate representation of color #9393DA: hue angle of 240º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9393DA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 147 | 218 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.15 |
| HSL | 240º | 0.49% | 0.72% | - |
| HSV(B) | 240º | 0.33% | 0.85% | - |
| XYZ | 35.12 | 32.13 | 70.68 | - |
| YUV | 155.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 218 | 0.33 | 0.33 | 0 | 0.15 | 240 | 0.49 | 0.72 |
| Hex | 93 | 93 | DA | 21 | 21 | 0 | F | F0 | 31 | 48 |
| Octal | 223 | 223 | 332 | 41 | 41 | 0 | 17 | 360 | 61 | 110 |
| Binary | 10010011 | 10010011 | 11011010 | 100001 | 100001 | 0 | 1111 | 11110000 | 110001 | 1001000 |
Color Harmonies of #9393DA
Complementary color
Monochromatic Colors of #9393DA
Black with #9393DA
Text Example
Text Example
White with #9393DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393DA; }
p { color: rgb(147,147,218); }
H1.HeaderClassName
{
color: #9393DA;
}
.AnyTagClassName
{
color: #9393DA;
}
</style>
background-color css
<style>
a { background-color: #9393DA; }
a { background-color: rgb(147,147,218); }
div.DivClassName
{
background-color: #9393DA;
}
.BgClassName
{
background-color: #9393DA;
}
</style>
border-color css
<style>
span { border-color: #9393DA; }
span { border-color: rgb(147,147,218); }
td.TdClassName
{
border-color: #9393DA;
}
.TagClassName
{
border-color: #9393DA;
}
</style>