Shades of Blue Bell #9990D9
Tints of Blue Bell #9990D9
RGB
CMYK
RGB Variations
Color information
#9990D9 (or 0x9990D9) is known color: Blue Bell. HEX triplet: 99, 90 and D9. RGB value is (153,144,217). Sum of RGB (Red+Green+Blue) = 153+144+217=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #9990D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990D9 is #666F26. Grayscale: #9A9A9A. Windows color (decimal): -6713127 or 14258329. OLE color: 14258329.
HSL color Cylindrical-coordinate representation of color #9990D9: hue angle of 247.4º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9990D9 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 144 | 217 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.15 |
| HSL | 247.4º | 0.49% | 0.71% | - |
| HSV(B) | 247.4º | 0.34% | 0.85% | - |
| XYZ | 35.63 | 31.73 | 69.89 | - |
| YUV | 155.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 217 | 0.29 | 0.34 | 0 | 0.15 | 247.4 | 0.49 | 0.71 |
| Hex | 99 | 90 | D9 | 1D | 22 | 0 | F | F7 | 31 | 47 |
| Octal | 231 | 220 | 331 | 35 | 42 | 0 | 17 | 367 | 61 | 107 |
| Binary | 10011001 | 10010000 | 11011001 | 11101 | 100010 | 0 | 1111 | 11110111 | 110001 | 1000111 |
Color Harmonies of #9990D9
Complementary color
Monochromatic Colors of #9990D9
Black with #9990D9
Text Example
Text Example
White with #9990D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990D9; }
p { color: rgb(153,144,217); }
H1.HeaderClassName
{
color: #9990D9;
}
.AnyTagClassName
{
color: #9990D9;
}
</style>
background-color css
<style>
a { background-color: #9990D9; }
a { background-color: rgb(153,144,217); }
div.DivClassName
{
background-color: #9990D9;
}
.BgClassName
{
background-color: #9990D9;
}
</style>
border-color css
<style>
span { border-color: #9990D9; }
span { border-color: rgb(153,144,217); }
td.TdClassName
{
border-color: #9990D9;
}
.TagClassName
{
border-color: #9990D9;
}
</style>