Shades of Blue Bell #9991DD
Tints of Blue Bell #9991DD
RGB
CMYK
RGB Variations
Color information
#9991DD (or 0x9991DD) is known color: Blue Bell. HEX triplet: 99, 91 and DD. RGB value is (153,145,221). Sum of RGB (Red+Green+Blue) = 153+145+221=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9991DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991DD is #666E22. Grayscale: #9B9B9B. Windows color (decimal): -6712867 or 14520729. OLE color: 14520729.
HSL color Cylindrical-coordinate representation of color #9991DD: hue angle of 246.32º degrees, saturation: 0.53, 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 #9991DD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 145 | 221 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 246.32º | 0.53% | 0.72% | - |
| HSV(B) | 246.32º | 0.34% | 0.87% | - |
| XYZ | 36.31 | 32.24 | 72.72 | - |
| YUV | 156.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 221 | 0.31 | 0.34 | 0 | 0.13 | 246.32 | 0.53 | 0.72 |
| Hex | 99 | 91 | DD | 1F | 22 | 0 | D | F6 | 35 | 48 |
| Octal | 231 | 221 | 335 | 37 | 42 | 0 | 15 | 366 | 65 | 110 |
| Binary | 10011001 | 10010001 | 11011101 | 11111 | 100010 | 0 | 1101 | 11110110 | 110101 | 1001000 |
Color Harmonies of #9991DD
Complementary color
Monochromatic Colors of #9991DD
Black with #9991DD
Text Example
Text Example
White with #9991DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991DD; }
p { color: rgb(153,145,221); }
H1.HeaderClassName
{
color: #9991DD;
}
.AnyTagClassName
{
color: #9991DD;
}
</style>
background-color css
<style>
a { background-color: #9991DD; }
a { background-color: rgb(153,145,221); }
div.DivClassName
{
background-color: #9991DD;
}
.BgClassName
{
background-color: #9991DD;
}
</style>
border-color css
<style>
span { border-color: #9991DD; }
span { border-color: rgb(153,145,221); }
td.TdClassName
{
border-color: #9991DD;
}
.TagClassName
{
border-color: #9991DD;
}
</style>