Shades of Blue Bell #9994DF
Tints of Blue Bell #9994DF
RGB
CMYK
RGB Variations
Color information
#9994DF (or 0x9994DF) is known color: Blue Bell. HEX triplet: 99, 94 and DF. RGB value is (153,148,223). Sum of RGB (Red+Green+Blue) = 153+148+223=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9994DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994DF is #666B20. Grayscale: #9D9D9D. Windows color (decimal): -6712097 or 14652569. OLE color: 14652569.
HSL color Cylindrical-coordinate representation of color #9994DF: hue angle of 244º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9994DF is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 148 | 223 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 244º | 0.54% | 0.73% | - |
| HSV(B) | 244º | 0.34% | 0.87% | - |
| XYZ | 37.05 | 33.28 | 74.28 | - |
| YUV | 158.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 223 | 0.31 | 0.34 | 0 | 0.13 | 244 | 0.54 | 0.73 |
| Hex | 99 | 94 | DF | 1F | 22 | 0 | D | F4 | 36 | 49 |
| Octal | 231 | 224 | 337 | 37 | 42 | 0 | 15 | 364 | 66 | 111 |
| Binary | 10011001 | 10010100 | 11011111 | 11111 | 100010 | 0 | 1101 | 11110100 | 110110 | 1001001 |
Color Harmonies of #9994DF
Complementary color
Monochromatic Colors of #9994DF
Black with #9994DF
Text Example
Text Example
White with #9994DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9994DF; }
p { color: rgb(153,148,223); }
H1.HeaderClassName
{
color: #9994DF;
}
.AnyTagClassName
{
color: #9994DF;
}
</style>
background-color css
<style>
a { background-color: #9994DF; }
a { background-color: rgb(153,148,223); }
div.DivClassName
{
background-color: #9994DF;
}
.BgClassName
{
background-color: #9994DF;
}
</style>
border-color css
<style>
span { border-color: #9994DF; }
span { border-color: rgb(153,148,223); }
td.TdClassName
{
border-color: #9994DF;
}
.TagClassName
{
border-color: #9994DF;
}
</style>