Shades of Blue Bell #9B96DC
Tints of Blue Bell #9B96DC
RGB
CMYK
RGB Variations
Color information
#9B96DC (or 0x9B96DC) is known color: Blue Bell. HEX triplet: 9B, 96 and DC. RGB value is (155,150,220). Sum of RGB (Red+Green+Blue) = 155+150+220=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96DC is #646923. Grayscale: #9F9F9F. Windows color (decimal): -6580516 or 14456475. OLE color: 14456475.
HSL color Cylindrical-coordinate representation of color #9B96DC: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B96DC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 150 | 220 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.14 |
| HSL | 244.29º | 0.5% | 0.73% | - |
| HSV(B) | 244.29º | 0.32% | 0.86% | - |
| XYZ | 37.34 | 33.95 | 72.29 | - |
| YUV | 159.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 220 | 0.30 | 0.32 | 0 | 0.14 | 244.29 | 0.5 | 0.73 |
| Hex | 9B | 96 | DC | 1E | 20 | 0 | E | F4 | 32 | 49 |
| Octal | 233 | 226 | 334 | 36 | 40 | 0 | 16 | 364 | 62 | 111 |
| Binary | 10011011 | 10010110 | 11011100 | 11110 | 100000 | 0 | 1110 | 11110100 | 110010 | 1001001 |
Color Harmonies of #9B96DC
Complementary color
Monochromatic Colors of #9B96DC
Black with #9B96DC
Text Example
Text Example
White with #9B96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96DC; }
p { color: rgb(155,150,220); }
H1.HeaderClassName
{
color: #9B96DC;
}
.AnyTagClassName
{
color: #9B96DC;
}
</style>
background-color css
<style>
a { background-color: #9B96DC; }
a { background-color: rgb(155,150,220); }
div.DivClassName
{
background-color: #9B96DC;
}
.BgClassName
{
background-color: #9B96DC;
}
</style>
border-color css
<style>
span { border-color: #9B96DC; }
span { border-color: rgb(155,150,220); }
td.TdClassName
{
border-color: #9B96DC;
}
.TagClassName
{
border-color: #9B96DC;
}
</style>