Shades of Blue Bell #9991DF
Tints of Blue Bell #9991DF
RGB
CMYK
RGB Variations
Color information
#9991DF (or 0x9991DF) is known color: Blue Bell. HEX triplet: 99, 91 and DF. RGB value is (153,145,223). Sum of RGB (Red+Green+Blue) = 153+145+223=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9991DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991DF is #666E20. Grayscale: #9B9B9B. Windows color (decimal): -6712865 or 14651801. OLE color: 14651801.
HSL color Cylindrical-coordinate representation of color #9991DF: hue angle of 246.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9991DF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 145 | 223 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.13 |
| HSL | 246.15º | 0.55% | 0.72% | - |
| HSV(B) | 246.15º | 0.35% | 0.87% | - |
| XYZ | 36.58 | 32.35 | 74.13 | - |
| YUV | 156.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 223 | 0.31 | 0.35 | 0 | 0.13 | 246.15 | 0.55 | 0.72 |
| Hex | 99 | 91 | DF | 1F | 23 | 0 | D | F6 | 37 | 48 |
| Octal | 231 | 221 | 337 | 37 | 43 | 0 | 15 | 366 | 67 | 110 |
| Binary | 10011001 | 10010001 | 11011111 | 11111 | 100011 | 0 | 1101 | 11110110 | 110111 | 1001000 |
Color Harmonies of #9991DF
Complementary color
Monochromatic Colors of #9991DF
Black with #9991DF
Text Example
Text Example
White with #9991DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991DF; }
p { color: rgb(153,145,223); }
H1.HeaderClassName
{
color: #9991DF;
}
.AnyTagClassName
{
color: #9991DF;
}
</style>
background-color css
<style>
a { background-color: #9991DF; }
a { background-color: rgb(153,145,223); }
div.DivClassName
{
background-color: #9991DF;
}
.BgClassName
{
background-color: #9991DF;
}
</style>
border-color css
<style>
span { border-color: #9991DF; }
span { border-color: rgb(153,145,223); }
td.TdClassName
{
border-color: #9991DF;
}
.TagClassName
{
border-color: #9991DF;
}
</style>