Shades of Blue Bell #9896DB
Tints of Blue Bell #9896DB
RGB
CMYK
RGB Variations
Color information
#9896DB (or 0x9896DB) is known color: Blue Bell. HEX triplet: 98, 96 and DB. RGB value is (152,150,219). Sum of RGB (Red+Green+Blue) = 152+150+219=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9896DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896DB is #676924. Grayscale: #9E9E9E. Windows color (decimal): -6777125 or 14390936. OLE color: 14390936.
HSL color Cylindrical-coordinate representation of color #9896DB: hue angle of 241.74º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9896DB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 150 | 219 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.14 |
| HSL | 241.74º | 0.49% | 0.72% | - |
| HSV(B) | 241.74º | 0.32% | 0.86% | - |
| XYZ | 36.64 | 33.6 | 71.57 | - |
| YUV | 158.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 219 | 0.31 | 0.32 | 0 | 0.14 | 241.74 | 0.49 | 0.72 |
| Hex | 98 | 96 | DB | 1F | 20 | 0 | E | F2 | 31 | 48 |
| Octal | 230 | 226 | 333 | 37 | 40 | 0 | 16 | 362 | 61 | 110 |
| Binary | 10011000 | 10010110 | 11011011 | 11111 | 100000 | 0 | 1110 | 11110010 | 110001 | 1001000 |
Color Harmonies of #9896DB
Complementary color
Monochromatic Colors of #9896DB
Black with #9896DB
Text Example
Text Example
White with #9896DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896DB; }
p { color: rgb(152,150,219); }
H1.HeaderClassName
{
color: #9896DB;
}
.AnyTagClassName
{
color: #9896DB;
}
</style>
background-color css
<style>
a { background-color: #9896DB; }
a { background-color: rgb(152,150,219); }
div.DivClassName
{
background-color: #9896DB;
}
.BgClassName
{
background-color: #9896DB;
}
</style>
border-color css
<style>
span { border-color: #9896DB; }
span { border-color: rgb(152,150,219); }
td.TdClassName
{
border-color: #9896DB;
}
.TagClassName
{
border-color: #9896DB;
}
</style>