Shades of Blue Bell #9492DC
Tints of Blue Bell #9492DC
RGB
CMYK
RGB Variations
Color information
#9492DC (or 0x9492DC) is known color: Blue Bell. HEX triplet: 94, 92 and DC. RGB value is (148,146,220). Sum of RGB (Red+Green+Blue) = 148+146+220=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9492DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492DC is #6B6D23. Grayscale: #9A9A9A. Windows color (decimal): -7040292 or 14455444. OLE color: 14455444.
HSL color Cylindrical-coordinate representation of color #9492DC: hue angle of 241.62º 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 #9492DC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 146 | 220 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.14 |
| HSL | 241.62º | 0.51% | 0.72% | - |
| HSV(B) | 241.62º | 0.34% | 0.86% | - |
| XYZ | 35.41 | 32.02 | 72.02 | - |
| YUV | 155.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 220 | 0.33 | 0.34 | 0 | 0.14 | 241.62 | 0.51 | 0.72 |
| Hex | 94 | 92 | DC | 21 | 22 | 0 | E | F2 | 33 | 48 |
| Octal | 224 | 222 | 334 | 41 | 42 | 0 | 16 | 362 | 63 | 110 |
| Binary | 10010100 | 10010010 | 11011100 | 100001 | 100010 | 0 | 1110 | 11110010 | 110011 | 1001000 |
Color Harmonies of #9492DC
Complementary color
Monochromatic Colors of #9492DC
Black with #9492DC
Text Example
Text Example
White with #9492DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492DC; }
p { color: rgb(148,146,220); }
H1.HeaderClassName
{
color: #9492DC;
}
.AnyTagClassName
{
color: #9492DC;
}
</style>
background-color css
<style>
a { background-color: #9492DC; }
a { background-color: rgb(148,146,220); }
div.DivClassName
{
background-color: #9492DC;
}
.BgClassName
{
background-color: #9492DC;
}
</style>
border-color css
<style>
span { border-color: #9492DC; }
span { border-color: rgb(148,146,220); }
td.TdClassName
{
border-color: #9492DC;
}
.TagClassName
{
border-color: #9492DC;
}
</style>