Shades of Blue Bell #9992DD
Tints of Blue Bell #9992DD
RGB
CMYK
RGB Variations
Color information
#9992DD (or 0x9992DD) is known color: Blue Bell. HEX triplet: 99, 92 and DD. RGB value is (153,146,221). Sum of RGB (Red+Green+Blue) = 153+146+221=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9992DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992DD is #666D22. Grayscale: #9C9C9C. Windows color (decimal): -6712611 or 14520985. OLE color: 14520985.
HSL color Cylindrical-coordinate representation of color #9992DD: hue angle of 245.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 #9992DD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 146 | 221 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 245.6º | 0.52% | 0.72% | - |
| HSV(B) | 245.6º | 0.34% | 0.87% | - |
| XYZ | 36.47 | 32.55 | 72.77 | - |
| YUV | 156.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 221 | 0.31 | 0.34 | 0 | 0.13 | 245.6 | 0.52 | 0.72 |
| Hex | 99 | 92 | DD | 1F | 22 | 0 | D | F6 | 34 | 48 |
| Octal | 231 | 222 | 335 | 37 | 42 | 0 | 15 | 366 | 64 | 110 |
| Binary | 10011001 | 10010010 | 11011101 | 11111 | 100010 | 0 | 1101 | 11110110 | 110100 | 1001000 |
Color Harmonies of #9992DD
Complementary color
Monochromatic Colors of #9992DD
Black with #9992DD
Text Example
Text Example
White with #9992DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992DD; }
p { color: rgb(153,146,221); }
H1.HeaderClassName
{
color: #9992DD;
}
.AnyTagClassName
{
color: #9992DD;
}
</style>
background-color css
<style>
a { background-color: #9992DD; }
a { background-color: rgb(153,146,221); }
div.DivClassName
{
background-color: #9992DD;
}
.BgClassName
{
background-color: #9992DD;
}
</style>
border-color css
<style>
span { border-color: #9992DD; }
span { border-color: rgb(153,146,221); }
td.TdClassName
{
border-color: #9992DD;
}
.TagClassName
{
border-color: #9992DD;
}
</style>