Shades of Blue Bell #9796C4
Tints of Blue Bell #9796C4
RGB
CMYK
RGB Variations
Color information
#9796C4 (or 0x9796C4) is known color: Blue Bell. HEX triplet: 97, 96 and C4. RGB value is (151,150,196). Sum of RGB (Red+Green+Blue) = 151+150+196=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #9796C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796C4 is #68693B. Grayscale: #9B9B9B. Windows color (decimal): -6842684 or 12883607. OLE color: 12883607.
HSL color Cylindrical-coordinate representation of color #9796C4: hue angle of 241.3º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9796C4 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 150 | 196 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.23 |
| HSL | 241.3º | 0.28% | 0.68% | - |
| HSV(B) | 241.3º | 0.23% | 0.77% | - |
| XYZ | 33.63 | 32.38 | 56.7 | - |
| YUV | 155.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 196 | 0.23 | 0.23 | 0 | 0.23 | 241.3 | 0.28 | 0.68 |
| Hex | 97 | 96 | C4 | 17 | 17 | 0 | 17 | F1 | 1C | 44 |
| Octal | 227 | 226 | 304 | 27 | 27 | 0 | 27 | 361 | 34 | 104 |
| Binary | 10010111 | 10010110 | 11000100 | 10111 | 10111 | 0 | 10111 | 11110001 | 11100 | 1000100 |
Color Harmonies of #9796C4
Complementary color
Monochromatic Colors of #9796C4
Black with #9796C4
Text Example
Text Example
White with #9796C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796C4; }
p { color: rgb(151,150,196); }
H1.HeaderClassName
{
color: #9796C4;
}
.AnyTagClassName
{
color: #9796C4;
}
</style>
background-color css
<style>
a { background-color: #9796C4; }
a { background-color: rgb(151,150,196); }
div.DivClassName
{
background-color: #9796C4;
}
.BgClassName
{
background-color: #9796C4;
}
</style>
border-color css
<style>
span { border-color: #9796C4; }
span { border-color: rgb(151,150,196); }
td.TdClassName
{
border-color: #9796C4;
}
.TagClassName
{
border-color: #9796C4;
}
</style>