Shades of Blue Bell #9694DA
Tints of Blue Bell #9694DA
RGB
CMYK
RGB Variations
Color information
#9694DA (or 0x9694DA) is known color: Blue Bell. HEX triplet: 96, 94 and DA. RGB value is (150,148,218). Sum of RGB (Red+Green+Blue) = 150+148+218=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9694DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694DA is #696B25. Grayscale: #9C9C9C. Windows color (decimal): -6908710 or 14324886. OLE color: 14324886.
HSL color Cylindrical-coordinate representation of color #9694DA: hue angle of 241.71º 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 #9694DA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 148 | 218 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.15 |
| HSL | 241.71º | 0.49% | 0.72% | - |
| HSV(B) | 241.71º | 0.32% | 0.85% | - |
| XYZ | 35.82 | 32.73 | 70.76 | - |
| YUV | 156.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 218 | 0.31 | 0.32 | 0 | 0.15 | 241.71 | 0.49 | 0.72 |
| Hex | 96 | 94 | DA | 1F | 20 | 0 | F | F2 | 31 | 48 |
| Octal | 226 | 224 | 332 | 37 | 40 | 0 | 17 | 362 | 61 | 110 |
| Binary | 10010110 | 10010100 | 11011010 | 11111 | 100000 | 0 | 1111 | 11110010 | 110001 | 1001000 |
Color Harmonies of #9694DA
Complementary color
Monochromatic Colors of #9694DA
Black with #9694DA
Text Example
Text Example
White with #9694DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694DA; }
p { color: rgb(150,148,218); }
H1.HeaderClassName
{
color: #9694DA;
}
.AnyTagClassName
{
color: #9694DA;
}
</style>
background-color css
<style>
a { background-color: #9694DA; }
a { background-color: rgb(150,148,218); }
div.DivClassName
{
background-color: #9694DA;
}
.BgClassName
{
background-color: #9694DA;
}
</style>
border-color css
<style>
span { border-color: #9694DA; }
span { border-color: rgb(150,148,218); }
td.TdClassName
{
border-color: #9694DA;
}
.TagClassName
{
border-color: #9694DA;
}
</style>