Shades of Blue Bell #9796DE
Tints of Blue Bell #9796DE
RGB
CMYK
RGB Variations
Color information
#9796DE (or 0x9796DE) is known color: Blue Bell. HEX triplet: 97, 96 and DE. RGB value is (151,150,222). Sum of RGB (Red+Green+Blue) = 151+150+222=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #9796DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796DE is #686921. Grayscale: #9E9E9E. Windows color (decimal): -6842658 or 14587543. OLE color: 14587543.
HSL color Cylindrical-coordinate representation of color #9796DE: hue angle of 240.83º 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 #9796DE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 150 | 222 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.13 |
| HSL | 240.83º | 0.52% | 0.73% | - |
| HSV(B) | 240.83º | 0.32% | 0.87% | - |
| XYZ | 36.85 | 33.67 | 73.66 | - |
| YUV | 158.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 222 | 0.32 | 0.32 | 0 | 0.13 | 240.83 | 0.52 | 0.73 |
| Hex | 97 | 96 | DE | 20 | 20 | 0 | D | F1 | 34 | 49 |
| Octal | 227 | 226 | 336 | 40 | 40 | 0 | 15 | 361 | 64 | 111 |
| Binary | 10010111 | 10010110 | 11011110 | 100000 | 100000 | 0 | 1101 | 11110001 | 110100 | 1001001 |
Color Harmonies of #9796DE
Complementary color
Monochromatic Colors of #9796DE
Black with #9796DE
Text Example
Text Example
White with #9796DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796DE; }
p { color: rgb(151,150,222); }
H1.HeaderClassName
{
color: #9796DE;
}
.AnyTagClassName
{
color: #9796DE;
}
</style>
background-color css
<style>
a { background-color: #9796DE; }
a { background-color: rgb(151,150,222); }
div.DivClassName
{
background-color: #9796DE;
}
.BgClassName
{
background-color: #9796DE;
}
</style>
border-color css
<style>
span { border-color: #9796DE; }
span { border-color: rgb(151,150,222); }
td.TdClassName
{
border-color: #9796DE;
}
.TagClassName
{
border-color: #9796DE;
}
</style>