Shades of Blue Bell #9993DF
Tints of Blue Bell #9993DF
RGB
CMYK
RGB Variations
Color information
#9993DF (or 0x9993DF) is known color: Blue Bell. HEX triplet: 99, 93 and DF. RGB value is (153,147,223). Sum of RGB (Red+Green+Blue) = 153+147+223=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #9993DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993DF is #666C20. Grayscale: #9D9D9D. Windows color (decimal): -6712353 or 14652313. OLE color: 14652313.
HSL color Cylindrical-coordinate representation of color #9993DF: hue angle of 244.74º 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 #9993DF is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 147 | 223 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.13 |
| HSL | 244.74º | 0.54% | 0.73% | - |
| HSV(B) | 244.74º | 0.34% | 0.87% | - |
| XYZ | 36.89 | 32.97 | 74.23 | - |
| YUV | 157.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 223 | 0.31 | 0.34 | 0 | 0.13 | 244.74 | 0.54 | 0.73 |
| Hex | 99 | 93 | DF | 1F | 22 | 0 | D | F5 | 36 | 49 |
| Octal | 231 | 223 | 337 | 37 | 42 | 0 | 15 | 365 | 66 | 111 |
| Binary | 10011001 | 10010011 | 11011111 | 11111 | 100010 | 0 | 1101 | 11110101 | 110110 | 1001001 |
Color Harmonies of #9993DF
Complementary color
Monochromatic Colors of #9993DF
Black with #9993DF
Text Example
Text Example
White with #9993DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993DF; }
p { color: rgb(153,147,223); }
H1.HeaderClassName
{
color: #9993DF;
}
.AnyTagClassName
{
color: #9993DF;
}
</style>
background-color css
<style>
a { background-color: #9993DF; }
a { background-color: rgb(153,147,223); }
div.DivClassName
{
background-color: #9993DF;
}
.BgClassName
{
background-color: #9993DF;
}
</style>
border-color css
<style>
span { border-color: #9993DF; }
span { border-color: rgb(153,147,223); }
td.TdClassName
{
border-color: #9993DF;
}
.TagClassName
{
border-color: #9993DF;
}
</style>