Shades of Blue Bell #9992DC
Tints of Blue Bell #9992DC
RGB
CMYK
RGB Variations
Color information
#9992DC (or 0x9992DC) is known color: Blue Bell. HEX triplet: 99, 92 and DC. RGB value is (153,146,220). Sum of RGB (Red+Green+Blue) = 153+146+220=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9992DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992DC is #666D23. Grayscale: #9C9C9C. Windows color (decimal): -6712612 or 14455449. OLE color: 14455449.
HSL color Cylindrical-coordinate representation of color #9992DC: hue angle of 245.68º 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 #9992DC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 146 | 220 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.14 |
| HSL | 245.68º | 0.51% | 0.72% | - |
| HSV(B) | 245.68º | 0.34% | 0.86% | - |
| XYZ | 36.33 | 32.5 | 72.07 | - |
| YUV | 156.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 220 | 0.30 | 0.34 | 0 | 0.14 | 245.68 | 0.51 | 0.72 |
| Hex | 99 | 92 | DC | 1E | 22 | 0 | E | F6 | 33 | 48 |
| Octal | 231 | 222 | 334 | 36 | 42 | 0 | 16 | 366 | 63 | 110 |
| Binary | 10011001 | 10010010 | 11011100 | 11110 | 100010 | 0 | 1110 | 11110110 | 110011 | 1001000 |
Color Harmonies of #9992DC
Complementary color
Monochromatic Colors of #9992DC
Black with #9992DC
Text Example
Text Example
White with #9992DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992DC; }
p { color: rgb(153,146,220); }
H1.HeaderClassName
{
color: #9992DC;
}
.AnyTagClassName
{
color: #9992DC;
}
</style>
background-color css
<style>
a { background-color: #9992DC; }
a { background-color: rgb(153,146,220); }
div.DivClassName
{
background-color: #9992DC;
}
.BgClassName
{
background-color: #9992DC;
}
</style>
border-color css
<style>
span { border-color: #9992DC; }
span { border-color: rgb(153,146,220); }
td.TdClassName
{
border-color: #9992DC;
}
.TagClassName
{
border-color: #9992DC;
}
</style>