Shades of Blue Bell #9A99DD
Tints of Blue Bell #9A99DD
RGB
CMYK
RGB Variations
Color information
#9A99DD (or 0x9A99DD) is known color: Blue Bell. HEX triplet: 9A, 99 and DD. RGB value is (154,153,221). Sum of RGB (Red+Green+Blue) = 154+153+221=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99DD is #656622. Grayscale: #A0A0A0. Windows color (decimal): -6645283 or 14522778. OLE color: 14522778.
HSL color Cylindrical-coordinate representation of color #9A99DD: hue angle of 240.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A99DD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 153 | 221 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.13 |
| HSL | 240.88º | 0.5% | 0.73% | - |
| HSV(B) | 240.88º | 0.31% | 0.87% | - |
| XYZ | 37.77 | 34.87 | 73.15 | - |
| YUV | 161.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 221 | 0.30 | 0.31 | 0 | 0.13 | 240.88 | 0.5 | 0.73 |
| Hex | 9A | 99 | DD | 1E | 1F | 0 | D | F1 | 32 | 49 |
| Octal | 232 | 231 | 335 | 36 | 37 | 0 | 15 | 361 | 62 | 111 |
| Binary | 10011010 | 10011001 | 11011101 | 11110 | 11111 | 0 | 1101 | 11110001 | 110010 | 1001001 |
Color Harmonies of #9A99DD
Complementary color
Monochromatic Colors of #9A99DD
Black with #9A99DD
Text Example
Text Example
White with #9A99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99DD; }
p { color: rgb(154,153,221); }
H1.HeaderClassName
{
color: #9A99DD;
}
.AnyTagClassName
{
color: #9A99DD;
}
</style>
background-color css
<style>
a { background-color: #9A99DD; }
a { background-color: rgb(154,153,221); }
div.DivClassName
{
background-color: #9A99DD;
}
.BgClassName
{
background-color: #9A99DD;
}
</style>
border-color css
<style>
span { border-color: #9A99DD; }
span { border-color: rgb(154,153,221); }
td.TdClassName
{
border-color: #9A99DD;
}
.TagClassName
{
border-color: #9A99DD;
}
</style>