Shades of Blue Bell #9796C7
Tints of Blue Bell #9796C7
RGB
CMYK
RGB Variations
Color information
#9796C7 (or 0x9796C7) is known color: Blue Bell. HEX triplet: 97, 96 and C7. RGB value is (151,150,199). Sum of RGB (Red+Green+Blue) = 151+150+199=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #9796C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796C7 is #686938. Grayscale: #9B9B9B. Windows color (decimal): -6842681 or 13080215. OLE color: 13080215.
HSL color Cylindrical-coordinate representation of color #9796C7: hue angle of 241.22º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9796C7 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 150 | 199 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.22 |
| HSL | 241.22º | 0.3% | 0.68% | - |
| HSV(B) | 241.22º | 0.25% | 0.78% | - |
| XYZ | 33.98 | 32.52 | 58.52 | - |
| YUV | 155.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 199 | 0.24 | 0.25 | 0 | 0.22 | 241.22 | 0.3 | 0.68 |
| Hex | 97 | 96 | C7 | 18 | 19 | 0 | 16 | F1 | 1E | 44 |
| Octal | 227 | 226 | 307 | 30 | 31 | 0 | 26 | 361 | 36 | 104 |
| Binary | 10010111 | 10010110 | 11000111 | 11000 | 11001 | 0 | 10110 | 11110001 | 11110 | 1000100 |
Color Harmonies of #9796C7
Complementary color
Monochromatic Colors of #9796C7
Black with #9796C7
Text Example
Text Example
White with #9796C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9796C7; }
p { color: rgb(151,150,199); }
H1.HeaderClassName
{
color: #9796C7;
}
.AnyTagClassName
{
color: #9796C7;
}
</style>
background-color css
<style>
a { background-color: #9796C7; }
a { background-color: rgb(151,150,199); }
div.DivClassName
{
background-color: #9796C7;
}
.BgClassName
{
background-color: #9796C7;
}
</style>
border-color css
<style>
span { border-color: #9796C7; }
span { border-color: rgb(151,150,199); }
td.TdClassName
{
border-color: #9796C7;
}
.TagClassName
{
border-color: #9796C7;
}
</style>