Shades of Blue Bell #9392DB
Tints of Blue Bell #9392DB
RGB
CMYK
RGB Variations
Color information
#9392DB (or 0x9392DB) is known color: Blue Bell. HEX triplet: 93, 92 and DB. RGB value is (147,146,219). Sum of RGB (Red+Green+Blue) = 147+146+219=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9392DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392DB is #6C6D24. Grayscale: #9A9A9A. Windows color (decimal): -7105829 or 14389907. OLE color: 14389907.
HSL color Cylindrical-coordinate representation of color #9392DB: hue angle of 240.82º 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 #9392DB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 146 | 219 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.14 |
| HSL | 240.82º | 0.5% | 0.72% | - |
| HSV(B) | 240.82º | 0.33% | 0.86% | - |
| XYZ | 35.1 | 31.88 | 71.32 | - |
| YUV | 154.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 219 | 0.33 | 0.33 | 0 | 0.14 | 240.82 | 0.5 | 0.72 |
| Hex | 93 | 92 | DB | 21 | 21 | 0 | E | F1 | 32 | 48 |
| Octal | 223 | 222 | 333 | 41 | 41 | 0 | 16 | 361 | 62 | 110 |
| Binary | 10010011 | 10010010 | 11011011 | 100001 | 100001 | 0 | 1110 | 11110001 | 110010 | 1001000 |
Color Harmonies of #9392DB
Complementary color
Monochromatic Colors of #9392DB
Black with #9392DB
Text Example
Text Example
White with #9392DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392DB; }
p { color: rgb(147,146,219); }
H1.HeaderClassName
{
color: #9392DB;
}
.AnyTagClassName
{
color: #9392DB;
}
</style>
background-color css
<style>
a { background-color: #9392DB; }
a { background-color: rgb(147,146,219); }
div.DivClassName
{
background-color: #9392DB;
}
.BgClassName
{
background-color: #9392DB;
}
</style>
border-color css
<style>
span { border-color: #9392DB; }
span { border-color: rgb(147,146,219); }
td.TdClassName
{
border-color: #9392DB;
}
.TagClassName
{
border-color: #9392DB;
}
</style>