Shades of Blue Bell #9896DE
Tints of Blue Bell #9896DE
RGB
CMYK
RGB Variations
Color information
#9896DE (or 0x9896DE) is known color: Blue Bell. HEX triplet: 98, 96 and DE. RGB value is (152,150,222). Sum of RGB (Red+Green+Blue) = 152+150+222=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #9896DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896DE is #676921. Grayscale: #9E9E9E. Windows color (decimal): -6777122 or 14587544. OLE color: 14587544.
HSL color Cylindrical-coordinate representation of color #9896DE: hue angle of 241.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9896DE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 150 | 222 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.13 |
| HSL | 241.67º | 0.52% | 0.73% | - |
| HSV(B) | 241.67º | 0.32% | 0.87% | - |
| XYZ | 37.04 | 33.76 | 73.67 | - |
| YUV | 158.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 222 | 0.32 | 0.32 | 0 | 0.13 | 241.67 | 0.52 | 0.73 |
| Hex | 98 | 96 | DE | 20 | 20 | 0 | D | F2 | 34 | 49 |
| Octal | 230 | 226 | 336 | 40 | 40 | 0 | 15 | 362 | 64 | 111 |
| Binary | 10011000 | 10010110 | 11011110 | 100000 | 100000 | 0 | 1101 | 11110010 | 110100 | 1001001 |
Color Harmonies of #9896DE
Complementary color
Monochromatic Colors of #9896DE
Black with #9896DE
Text Example
Text Example
White with #9896DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896DE; }
p { color: rgb(152,150,222); }
H1.HeaderClassName
{
color: #9896DE;
}
.AnyTagClassName
{
color: #9896DE;
}
</style>
background-color css
<style>
a { background-color: #9896DE; }
a { background-color: rgb(152,150,222); }
div.DivClassName
{
background-color: #9896DE;
}
.BgClassName
{
background-color: #9896DE;
}
</style>
border-color css
<style>
span { border-color: #9896DE; }
span { border-color: rgb(152,150,222); }
td.TdClassName
{
border-color: #9896DE;
}
.TagClassName
{
border-color: #9896DE;
}
</style>