Shades of Blue Bell #9492DE
Tints of Blue Bell #9492DE
RGB
CMYK
RGB Variations
Color information
#9492DE (or 0x9492DE) is known color: Blue Bell. HEX triplet: 94, 92 and DE. RGB value is (148,146,222). Sum of RGB (Red+Green+Blue) = 148+146+222=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #9492DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492DE is #6B6D21. Grayscale: #9A9A9A. Windows color (decimal): -7040290 or 14586516. OLE color: 14586516.
HSL color Cylindrical-coordinate representation of color #9492DE: hue angle of 241.58º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9492DE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 146 | 222 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.13 |
| HSL | 241.58º | 0.54% | 0.72% | - |
| HSV(B) | 241.58º | 0.34% | 0.87% | - |
| XYZ | 35.68 | 32.13 | 73.43 | - |
| YUV | 155.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 222 | 0.33 | 0.34 | 0 | 0.13 | 241.58 | 0.54 | 0.72 |
| Hex | 94 | 92 | DE | 21 | 22 | 0 | D | F2 | 36 | 48 |
| Octal | 224 | 222 | 336 | 41 | 42 | 0 | 15 | 362 | 66 | 110 |
| Binary | 10010100 | 10010010 | 11011110 | 100001 | 100010 | 0 | 1101 | 11110010 | 110110 | 1001000 |
Color Harmonies of #9492DE
Complementary color
Monochromatic Colors of #9492DE
Black with #9492DE
Text Example
Text Example
White with #9492DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492DE; }
p { color: rgb(148,146,222); }
H1.HeaderClassName
{
color: #9492DE;
}
.AnyTagClassName
{
color: #9492DE;
}
</style>
background-color css
<style>
a { background-color: #9492DE; }
a { background-color: rgb(148,146,222); }
div.DivClassName
{
background-color: #9492DE;
}
.BgClassName
{
background-color: #9492DE;
}
</style>
border-color css
<style>
span { border-color: #9492DE; }
span { border-color: rgb(148,146,222); }
td.TdClassName
{
border-color: #9492DE;
}
.TagClassName
{
border-color: #9492DE;
}
</style>