Shades of Blue Bell #9995DF
Tints of Blue Bell #9995DF
RGB
CMYK
RGB Variations
Color information
#9995DF (or 0x9995DF) is known color: Blue Bell. HEX triplet: 99, 95 and DF. RGB value is (153,149,223). Sum of RGB (Red+Green+Blue) = 153+149+223=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9995DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995DF is #666A20. Grayscale: #9E9E9E. Windows color (decimal): -6711841 or 14652825. OLE color: 14652825.
HSL color Cylindrical-coordinate representation of color #9995DF: hue angle of 243.24º degrees, saturation: 0.54, 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 #9995DF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 149 | 223 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.13 |
| HSL | 243.24º | 0.54% | 0.73% | - |
| HSV(B) | 243.24º | 0.33% | 0.87% | - |
| XYZ | 37.2 | 33.59 | 74.34 | - |
| YUV | 158.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 223 | 0.31 | 0.33 | 0 | 0.13 | 243.24 | 0.54 | 0.73 |
| Hex | 99 | 95 | DF | 1F | 21 | 0 | D | F3 | 36 | 49 |
| Octal | 231 | 225 | 337 | 37 | 41 | 0 | 15 | 363 | 66 | 111 |
| Binary | 10011001 | 10010101 | 11011111 | 11111 | 100001 | 0 | 1101 | 11110011 | 110110 | 1001001 |
Color Harmonies of #9995DF
Complementary color
Monochromatic Colors of #9995DF
Black with #9995DF
Text Example
Text Example
White with #9995DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995DF; }
p { color: rgb(153,149,223); }
H1.HeaderClassName
{
color: #9995DF;
}
.AnyTagClassName
{
color: #9995DF;
}
</style>
background-color css
<style>
a { background-color: #9995DF; }
a { background-color: rgb(153,149,223); }
div.DivClassName
{
background-color: #9995DF;
}
.BgClassName
{
background-color: #9995DF;
}
</style>
border-color css
<style>
span { border-color: #9995DF; }
span { border-color: rgb(153,149,223); }
td.TdClassName
{
border-color: #9995DF;
}
.TagClassName
{
border-color: #9995DF;
}
</style>