Shades of Blue Bell #9794DA
Tints of Blue Bell #9794DA
RGB
CMYK
RGB Variations
Color information
#9794DA (or 0x9794DA) is known color: Blue Bell. HEX triplet: 97, 94 and DA. RGB value is (151,148,218). Sum of RGB (Red+Green+Blue) = 151+148+218=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9794DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9794DA is #686B25. Grayscale: #9C9C9C. Windows color (decimal): -6843174 or 14324887. OLE color: 14324887.
HSL color Cylindrical-coordinate representation of color #9794DA: hue angle of 242.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9794DA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 148 | 218 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.15 |
| HSL | 242.57º | 0.49% | 0.72% | - |
| HSV(B) | 242.57º | 0.32% | 0.85% | - |
| XYZ | 36.01 | 32.82 | 70.77 | - |
| YUV | 156.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 218 | 0.31 | 0.32 | 0 | 0.15 | 242.57 | 0.49 | 0.72 |
| Hex | 97 | 94 | DA | 1F | 20 | 0 | F | F3 | 31 | 48 |
| Octal | 227 | 224 | 332 | 37 | 40 | 0 | 17 | 363 | 61 | 110 |
| Binary | 10010111 | 10010100 | 11011010 | 11111 | 100000 | 0 | 1111 | 11110011 | 110001 | 1001000 |
Color Harmonies of #9794DA
Complementary color
Monochromatic Colors of #9794DA
Black with #9794DA
Text Example
Text Example
White with #9794DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794DA; }
p { color: rgb(151,148,218); }
H1.HeaderClassName
{
color: #9794DA;
}
.AnyTagClassName
{
color: #9794DA;
}
</style>
background-color css
<style>
a { background-color: #9794DA; }
a { background-color: rgb(151,148,218); }
div.DivClassName
{
background-color: #9794DA;
}
.BgClassName
{
background-color: #9794DA;
}
</style>
border-color css
<style>
span { border-color: #9794DA; }
span { border-color: rgb(151,148,218); }
td.TdClassName
{
border-color: #9794DA;
}
.TagClassName
{
border-color: #9794DA;
}
</style>