Shades of Blue Bell #9794DF
Tints of Blue Bell #9794DF
RGB
CMYK
RGB Variations
Color information
#9794DF (or 0x9794DF) is known color: Blue Bell. HEX triplet: 97, 94 and DF. RGB value is (151,148,223). Sum of RGB (Red+Green+Blue) = 151+148+223=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9794DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9794DF is #686B20. Grayscale: #9D9D9D. Windows color (decimal): -6843169 or 14652567. OLE color: 14652567.
HSL color Cylindrical-coordinate representation of color #9794DF: hue angle of 242.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9794DF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 148 | 223 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.13 |
| HSL | 242.4º | 0.54% | 0.73% | - |
| HSV(B) | 242.4º | 0.34% | 0.87% | - |
| XYZ | 36.67 | 33.09 | 74.27 | - |
| YUV | 157.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 223 | 0.32 | 0.34 | 0 | 0.13 | 242.4 | 0.54 | 0.73 |
| Hex | 97 | 94 | DF | 20 | 22 | 0 | D | F2 | 36 | 49 |
| Octal | 227 | 224 | 337 | 40 | 42 | 0 | 15 | 362 | 66 | 111 |
| Binary | 10010111 | 10010100 | 11011111 | 100000 | 100010 | 0 | 1101 | 11110010 | 110110 | 1001001 |
Color Harmonies of #9794DF
Complementary color
Monochromatic Colors of #9794DF
Black with #9794DF
Text Example
Text Example
White with #9794DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794DF; }
p { color: rgb(151,148,223); }
H1.HeaderClassName
{
color: #9794DF;
}
.AnyTagClassName
{
color: #9794DF;
}
</style>
background-color css
<style>
a { background-color: #9794DF; }
a { background-color: rgb(151,148,223); }
div.DivClassName
{
background-color: #9794DF;
}
.BgClassName
{
background-color: #9794DF;
}
</style>
border-color css
<style>
span { border-color: #9794DF; }
span { border-color: rgb(151,148,223); }
td.TdClassName
{
border-color: #9794DF;
}
.TagClassName
{
border-color: #9794DF;
}
</style>