Shades of Blue Bell #9392DC
Tints of Blue Bell #9392DC
RGB
CMYK
RGB Variations
Color information
#9392DC (or 0x9392DC) is known color: Blue Bell. HEX triplet: 93, 92 and DC. RGB value is (147,146,220). Sum of RGB (Red+Green+Blue) = 147+146+220=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #9392DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392DC is #6C6D23. Grayscale: #9A9A9A. Windows color (decimal): -7105828 or 14455443. OLE color: 14455443.
HSL color Cylindrical-coordinate representation of color #9392DC: hue angle of 240.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9392DC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 146 | 220 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.14 |
| HSL | 240.81º | 0.51% | 0.72% | - |
| HSV(B) | 240.81º | 0.34% | 0.86% | - |
| XYZ | 35.23 | 31.93 | 72.02 | - |
| YUV | 154.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 220 | 0.33 | 0.34 | 0 | 0.14 | 240.81 | 0.51 | 0.72 |
| Hex | 93 | 92 | DC | 21 | 22 | 0 | E | F1 | 33 | 48 |
| Octal | 223 | 222 | 334 | 41 | 42 | 0 | 16 | 361 | 63 | 110 |
| Binary | 10010011 | 10010010 | 11011100 | 100001 | 100010 | 0 | 1110 | 11110001 | 110011 | 1001000 |
Color Harmonies of #9392DC
Complementary color
Monochromatic Colors of #9392DC
Black with #9392DC
Text Example
Text Example
White with #9392DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392DC; }
p { color: rgb(147,146,220); }
H1.HeaderClassName
{
color: #9392DC;
}
.AnyTagClassName
{
color: #9392DC;
}
</style>
background-color css
<style>
a { background-color: #9392DC; }
a { background-color: rgb(147,146,220); }
div.DivClassName
{
background-color: #9392DC;
}
.BgClassName
{
background-color: #9392DC;
}
</style>
border-color css
<style>
span { border-color: #9392DC; }
span { border-color: rgb(147,146,220); }
td.TdClassName
{
border-color: #9392DC;
}
.TagClassName
{
border-color: #9392DC;
}
</style>