Shades of Blue Bell #9794DD
Tints of Blue Bell #9794DD
RGB
CMYK
RGB Variations
Color information
#9794DD (or 0x9794DD) is known color: Blue Bell. HEX triplet: 97, 94 and DD. RGB value is (151,148,221). Sum of RGB (Red+Green+Blue) = 151+148+221=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9794DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9794DD is #686B22. Grayscale: #9C9C9C. Windows color (decimal): -6843171 or 14521495. OLE color: 14521495.
HSL color Cylindrical-coordinate representation of color #9794DD: hue angle of 242.47º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9794DD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 148 | 221 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.13 |
| HSL | 242.47º | 0.52% | 0.72% | - |
| HSV(B) | 242.47º | 0.33% | 0.87% | - |
| XYZ | 36.4 | 32.98 | 72.85 | - |
| YUV | 157.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 221 | 0.32 | 0.33 | 0 | 0.13 | 242.47 | 0.52 | 0.72 |
| Hex | 97 | 94 | DD | 20 | 21 | 0 | D | F2 | 34 | 48 |
| Octal | 227 | 224 | 335 | 40 | 41 | 0 | 15 | 362 | 64 | 110 |
| Binary | 10010111 | 10010100 | 11011101 | 100000 | 100001 | 0 | 1101 | 11110010 | 110100 | 1001000 |
Color Harmonies of #9794DD
Complementary color
Monochromatic Colors of #9794DD
Black with #9794DD
Text Example
Text Example
White with #9794DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794DD; }
p { color: rgb(151,148,221); }
H1.HeaderClassName
{
color: #9794DD;
}
.AnyTagClassName
{
color: #9794DD;
}
</style>
background-color css
<style>
a { background-color: #9794DD; }
a { background-color: rgb(151,148,221); }
div.DivClassName
{
background-color: #9794DD;
}
.BgClassName
{
background-color: #9794DD;
}
</style>
border-color css
<style>
span { border-color: #9794DD; }
span { border-color: rgb(151,148,221); }
td.TdClassName
{
border-color: #9794DD;
}
.TagClassName
{
border-color: #9794DD;
}
</style>