Shades of Blue Bell #9492DD
Tints of Blue Bell #9492DD
RGB
CMYK
RGB Variations
Color information
#9492DD (or 0x9492DD) is known color: Blue Bell. HEX triplet: 94, 92 and DD. RGB value is (148,146,221). Sum of RGB (Red+Green+Blue) = 148+146+221=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9492DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492DD is #6B6D22. Grayscale: #9A9A9A. Windows color (decimal): -7040291 or 14520980. OLE color: 14520980.
HSL color Cylindrical-coordinate representation of color #9492DD: hue angle of 241.6º degrees, saturation: 0.52, 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 #9492DD is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 146 | 221 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.13 |
| HSL | 241.6º | 0.52% | 0.72% | - |
| HSV(B) | 241.6º | 0.34% | 0.87% | - |
| XYZ | 35.54 | 32.07 | 72.72 | - |
| YUV | 155.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 221 | 0.33 | 0.34 | 0 | 0.13 | 241.6 | 0.52 | 0.72 |
| Hex | 94 | 92 | DD | 21 | 22 | 0 | D | F2 | 34 | 48 |
| Octal | 224 | 222 | 335 | 41 | 42 | 0 | 15 | 362 | 64 | 110 |
| Binary | 10010100 | 10010010 | 11011101 | 100001 | 100010 | 0 | 1101 | 11110010 | 110100 | 1001000 |
Color Harmonies of #9492DD
Complementary color
Monochromatic Colors of #9492DD
Black with #9492DD
Text Example
Text Example
White with #9492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492DD; }
p { color: rgb(148,146,221); }
H1.HeaderClassName
{
color: #9492DD;
}
.AnyTagClassName
{
color: #9492DD;
}
</style>
background-color css
<style>
a { background-color: #9492DD; }
a { background-color: rgb(148,146,221); }
div.DivClassName
{
background-color: #9492DD;
}
.BgClassName
{
background-color: #9492DD;
}
</style>
border-color css
<style>
span { border-color: #9492DD; }
span { border-color: rgb(148,146,221); }
td.TdClassName
{
border-color: #9492DD;
}
.TagClassName
{
border-color: #9492DD;
}
</style>