Shades of Blue Bell #9C96D6
Tints of Blue Bell #9C96D6
RGB
CMYK
RGB Variations
Color information
#9C96D6 (or 0x9C96D6) is known color: Blue Bell. HEX triplet: 9C, 96 and D6. RGB value is (156,150,214). Sum of RGB (Red+Green+Blue) = 156+150+214=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C96D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96D6 is #636929. Grayscale: #9E9E9E. Windows color (decimal): -6514986 or 14063260. OLE color: 14063260.
HSL color Cylindrical-coordinate representation of color #9C96D6: hue angle of 245.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C96D6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 150 | 214 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.16 |
| HSL | 245.63º | 0.44% | 0.71% | - |
| HSV(B) | 245.63º | 0.3% | 0.84% | - |
| XYZ | 36.75 | 33.74 | 68.19 | - |
| YUV | 159.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 214 | 0.27 | 0.30 | 0 | 0.16 | 245.63 | 0.44 | 0.71 |
| Hex | 9C | 96 | D6 | 1B | 1E | 0 | 10 | F6 | 2C | 47 |
| Octal | 234 | 226 | 326 | 33 | 36 | 0 | 20 | 366 | 54 | 107 |
| Binary | 10011100 | 10010110 | 11010110 | 11011 | 11110 | 0 | 10000 | 11110110 | 101100 | 1000111 |
Color Harmonies of #9C96D6
Complementary color
Monochromatic Colors of #9C96D6
Black with #9C96D6
Text Example
Text Example
White with #9C96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96D6; }
p { color: rgb(156,150,214); }
H1.HeaderClassName
{
color: #9C96D6;
}
.AnyTagClassName
{
color: #9C96D6;
}
</style>
background-color css
<style>
a { background-color: #9C96D6; }
a { background-color: rgb(156,150,214); }
div.DivClassName
{
background-color: #9C96D6;
}
.BgClassName
{
background-color: #9C96D6;
}
</style>
border-color css
<style>
span { border-color: #9C96D6; }
span { border-color: rgb(156,150,214); }
td.TdClassName
{
border-color: #9C96D6;
}
.TagClassName
{
border-color: #9C96D6;
}
</style>