Shades of Blue Bell #9694DC
Tints of Blue Bell #9694DC
RGB
CMYK
RGB Variations
Color information
#9694DC (or 0x9694DC) is known color: Blue Bell. HEX triplet: 96, 94 and DC. RGB value is (150,148,220). Sum of RGB (Red+Green+Blue) = 150+148+220=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9694DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694DC is #696B23. Grayscale: #9C9C9C. Windows color (decimal): -6908708 or 14455958. OLE color: 14455958.
HSL color Cylindrical-coordinate representation of color #9694DC: hue angle of 241.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9694DC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 148 | 220 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.14 |
| HSL | 241.67º | 0.51% | 0.72% | - |
| HSV(B) | 241.67º | 0.33% | 0.86% | - |
| XYZ | 36.09 | 32.83 | 72.15 | - |
| YUV | 156.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 220 | 0.32 | 0.33 | 0 | 0.14 | 241.67 | 0.51 | 0.72 |
| Hex | 96 | 94 | DC | 20 | 21 | 0 | E | F2 | 33 | 48 |
| Octal | 226 | 224 | 334 | 40 | 41 | 0 | 16 | 362 | 63 | 110 |
| Binary | 10010110 | 10010100 | 11011100 | 100000 | 100001 | 0 | 1110 | 11110010 | 110011 | 1001000 |
Color Harmonies of #9694DC
Complementary color
Monochromatic Colors of #9694DC
Black with #9694DC
Text Example
Text Example
White with #9694DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694DC; }
p { color: rgb(150,148,220); }
H1.HeaderClassName
{
color: #9694DC;
}
.AnyTagClassName
{
color: #9694DC;
}
</style>
background-color css
<style>
a { background-color: #9694DC; }
a { background-color: rgb(150,148,220); }
div.DivClassName
{
background-color: #9694DC;
}
.BgClassName
{
background-color: #9694DC;
}
</style>
border-color css
<style>
span { border-color: #9694DC; }
span { border-color: rgb(150,148,220); }
td.TdClassName
{
border-color: #9694DC;
}
.TagClassName
{
border-color: #9694DC;
}
</style>