Shades of Blue Bell #9797DD
Tints of Blue Bell #9797DD
RGB
CMYK
RGB Variations
Color information
#9797DD (or 0x9797DD) is known color: Blue Bell. HEX triplet: 97, 97 and DD. RGB value is (151,151,221). Sum of RGB (Red+Green+Blue) = 151+151+221=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #9797DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9797DD is #686822. Grayscale: #9E9E9E. Windows color (decimal): -6842403 or 14522263. OLE color: 14522263.
HSL color Cylindrical-coordinate representation of color #9797DD: hue angle of 240º degrees, saturation: 0.51, 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 #9797DD is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 151 | 221 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.13 |
| HSL | 240º | 0.51% | 0.73% | - |
| HSV(B) | 240º | 0.32% | 0.87% | - |
| XYZ | 36.88 | 33.93 | 73.01 | - |
| YUV | 158.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 221 | 0.32 | 0.32 | 0 | 0.13 | 240 | 0.51 | 0.73 |
| Hex | 97 | 97 | DD | 20 | 20 | 0 | D | F0 | 33 | 49 |
| Octal | 227 | 227 | 335 | 40 | 40 | 0 | 15 | 360 | 63 | 111 |
| Binary | 10010111 | 10010111 | 11011101 | 100000 | 100000 | 0 | 1101 | 11110000 | 110011 | 1001001 |
Color Harmonies of #9797DD
Complementary color
Monochromatic Colors of #9797DD
Black with #9797DD
Text Example
Text Example
White with #9797DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9797DD; }
p { color: rgb(151,151,221); }
H1.HeaderClassName
{
color: #9797DD;
}
.AnyTagClassName
{
color: #9797DD;
}
</style>
background-color css
<style>
a { background-color: #9797DD; }
a { background-color: rgb(151,151,221); }
div.DivClassName
{
background-color: #9797DD;
}
.BgClassName
{
background-color: #9797DD;
}
</style>
border-color css
<style>
span { border-color: #9797DD; }
span { border-color: rgb(151,151,221); }
td.TdClassName
{
border-color: #9797DD;
}
.TagClassName
{
border-color: #9797DD;
}
</style>