Shades of Blue Bell #9991D9
Tints of Blue Bell #9991D9
RGB
CMYK
RGB Variations
Color information
#9991D9 (or 0x9991D9) is known color: Blue Bell. HEX triplet: 99, 91 and D9. RGB value is (153,145,217). Sum of RGB (Red+Green+Blue) = 153+145+217=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #9991D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991D9 is #666E26. Grayscale: #9B9B9B. Windows color (decimal): -6712871 or 14258585. OLE color: 14258585.
HSL color Cylindrical-coordinate representation of color #9991D9: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9991D9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 145 | 217 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.15 |
| HSL | 246.67º | 0.49% | 0.71% | - |
| HSV(B) | 246.67º | 0.33% | 0.85% | - |
| XYZ | 35.79 | 32.03 | 69.94 | - |
| YUV | 155.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 217 | 0.29 | 0.33 | 0 | 0.15 | 246.67 | 0.49 | 0.71 |
| Hex | 99 | 91 | D9 | 1D | 21 | 0 | F | F7 | 31 | 47 |
| Octal | 231 | 221 | 331 | 35 | 41 | 0 | 17 | 367 | 61 | 107 |
| Binary | 10011001 | 10010001 | 11011001 | 11101 | 100001 | 0 | 1111 | 11110111 | 110001 | 1000111 |
Color Harmonies of #9991D9
Complementary color
Monochromatic Colors of #9991D9
Black with #9991D9
Text Example
Text Example
White with #9991D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991D9; }
p { color: rgb(153,145,217); }
H1.HeaderClassName
{
color: #9991D9;
}
.AnyTagClassName
{
color: #9991D9;
}
</style>
background-color css
<style>
a { background-color: #9991D9; }
a { background-color: rgb(153,145,217); }
div.DivClassName
{
background-color: #9991D9;
}
.BgClassName
{
background-color: #9991D9;
}
</style>
border-color css
<style>
span { border-color: #9991D9; }
span { border-color: rgb(153,145,217); }
td.TdClassName
{
border-color: #9991D9;
}
.TagClassName
{
border-color: #9991D9;
}
</style>