Shades of Blue Bell #9B96C5
Tints of Blue Bell #9B96C5
RGB
CMYK
RGB Variations
Color information
#9B96C5 (or 0x9B96C5) is known color: Blue Bell. HEX triplet: 9B, 96 and C5. RGB value is (155,150,197). Sum of RGB (Red+Green+Blue) = 155+150+197=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96C5 is #64693A. Grayscale: #9C9C9C. Windows color (decimal): -6580539 or 12949147. OLE color: 12949147.
HSL color Cylindrical-coordinate representation of color #9B96C5: hue angle of 246.38º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B96C5 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 150 | 197 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.23 |
| HSL | 246.38º | 0.29% | 0.68% | - |
| HSV(B) | 246.38º | 0.24% | 0.77% | - |
| XYZ | 34.5 | 32.81 | 57.34 | - |
| YUV | 156.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 197 | 0.21 | 0.24 | 0 | 0.23 | 246.38 | 0.29 | 0.68 |
| Hex | 9B | 96 | C5 | 15 | 18 | 0 | 17 | F6 | 1D | 44 |
| Octal | 233 | 226 | 305 | 25 | 30 | 0 | 27 | 366 | 35 | 104 |
| Binary | 10011011 | 10010110 | 11000101 | 10101 | 11000 | 0 | 10111 | 11110110 | 11101 | 1000100 |
Color Harmonies of #9B96C5
Complementary color
Monochromatic Colors of #9B96C5
Black with #9B96C5
Text Example
Text Example
White with #9B96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96C5; }
p { color: rgb(155,150,197); }
H1.HeaderClassName
{
color: #9B96C5;
}
.AnyTagClassName
{
color: #9B96C5;
}
</style>
background-color css
<style>
a { background-color: #9B96C5; }
a { background-color: rgb(155,150,197); }
div.DivClassName
{
background-color: #9B96C5;
}
.BgClassName
{
background-color: #9B96C5;
}
</style>
border-color css
<style>
span { border-color: #9B96C5; }
span { border-color: rgb(155,150,197); }
td.TdClassName
{
border-color: #9B96C5;
}
.TagClassName
{
border-color: #9B96C5;
}
</style>