Shades of Blue Bell #9996DF
Tints of Blue Bell #9996DF
RGB
CMYK
RGB Variations
Color information
#9996DF (or 0x9996DF) is known color: Blue Bell. HEX triplet: 99, 96 and DF. RGB value is (153,150,223). Sum of RGB (Red+Green+Blue) = 153+150+223=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #9996DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996DF is #666920. Grayscale: #9E9E9E. Windows color (decimal): -6711585 or 14653081. OLE color: 14653081.
HSL color Cylindrical-coordinate representation of color #9996DF: hue angle of 242.47º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9996DF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 150 | 223 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.13 |
| HSL | 242.47º | 0.53% | 0.73% | - |
| HSV(B) | 242.47º | 0.33% | 0.87% | - |
| XYZ | 37.36 | 33.91 | 74.39 | - |
| YUV | 159.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 223 | 0.31 | 0.33 | 0 | 0.13 | 242.47 | 0.53 | 0.73 |
| Hex | 99 | 96 | DF | 1F | 21 | 0 | D | F2 | 35 | 49 |
| Octal | 231 | 226 | 337 | 37 | 41 | 0 | 15 | 362 | 65 | 111 |
| Binary | 10011001 | 10010110 | 11011111 | 11111 | 100001 | 0 | 1101 | 11110010 | 110101 | 1001001 |
Color Harmonies of #9996DF
Complementary color
Monochromatic Colors of #9996DF
Black with #9996DF
Text Example
Text Example
White with #9996DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996DF; }
p { color: rgb(153,150,223); }
H1.HeaderClassName
{
color: #9996DF;
}
.AnyTagClassName
{
color: #9996DF;
}
</style>
background-color css
<style>
a { background-color: #9996DF; }
a { background-color: rgb(153,150,223); }
div.DivClassName
{
background-color: #9996DF;
}
.BgClassName
{
background-color: #9996DF;
}
</style>
border-color css
<style>
span { border-color: #9996DF; }
span { border-color: rgb(153,150,223); }
td.TdClassName
{
border-color: #9996DF;
}
.TagClassName
{
border-color: #9996DF;
}
</style>