Shades of Blue Bell #9493DB
Tints of Blue Bell #9493DB
RGB
CMYK
RGB Variations
Color information
#9493DB (or 0x9493DB) is known color: Blue Bell. HEX triplet: 94, 93 and DB. RGB value is (148,147,219). Sum of RGB (Red+Green+Blue) = 148+147+219=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9493DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493DB is #6B6C24. Grayscale: #9B9B9B. Windows color (decimal): -7040037 or 14390164. OLE color: 14390164.
HSL color Cylindrical-coordinate representation of color #9493DB: hue angle of 240.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9493DB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 147 | 219 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.14 |
| HSL | 240.83º | 0.5% | 0.72% | - |
| HSV(B) | 240.83º | 0.33% | 0.86% | - |
| XYZ | 35.43 | 32.28 | 71.38 | - |
| YUV | 155.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 219 | 0.32 | 0.33 | 0 | 0.14 | 240.83 | 0.5 | 0.72 |
| Hex | 94 | 93 | DB | 20 | 21 | 0 | E | F1 | 32 | 48 |
| Octal | 224 | 223 | 333 | 40 | 41 | 0 | 16 | 361 | 62 | 110 |
| Binary | 10010100 | 10010011 | 11011011 | 100000 | 100001 | 0 | 1110 | 11110001 | 110010 | 1001000 |
Color Harmonies of #9493DB
Complementary color
Monochromatic Colors of #9493DB
Black with #9493DB
Text Example
Text Example
White with #9493DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493DB; }
p { color: rgb(148,147,219); }
H1.HeaderClassName
{
color: #9493DB;
}
.AnyTagClassName
{
color: #9493DB;
}
</style>
background-color css
<style>
a { background-color: #9493DB; }
a { background-color: rgb(148,147,219); }
div.DivClassName
{
background-color: #9493DB;
}
.BgClassName
{
background-color: #9493DB;
}
</style>
border-color css
<style>
span { border-color: #9493DB; }
span { border-color: rgb(148,147,219); }
td.TdClassName
{
border-color: #9493DB;
}
.TagClassName
{
border-color: #9493DB;
}
</style>