Shades of Blue Bell #9690DC
Tints of Blue Bell #9690DC
RGB
CMYK
RGB Variations
Color information
#9690DC (or 0x9690DC) is known color: Blue Bell. HEX triplet: 96, 90 and DC. RGB value is (150,144,220). Sum of RGB (Red+Green+Blue) = 150+144+220=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9690DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690DC is #696F23. Grayscale: #9A9A9A. Windows color (decimal): -6909732 or 14454934. OLE color: 14454934.
HSL color Cylindrical-coordinate representation of color #9690DC: hue angle of 244.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9690DC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 144 | 220 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.14 |
| HSL | 244.74º | 0.52% | 0.71% | - |
| HSV(B) | 244.74º | 0.35% | 0.86% | - |
| XYZ | 35.47 | 31.6 | 71.94 | - |
| YUV | 154.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 220 | 0.32 | 0.35 | 0 | 0.14 | 244.74 | 0.52 | 0.71 |
| Hex | 96 | 90 | DC | 20 | 23 | 0 | E | F5 | 34 | 47 |
| Octal | 226 | 220 | 334 | 40 | 43 | 0 | 16 | 365 | 64 | 107 |
| Binary | 10010110 | 10010000 | 11011100 | 100000 | 100011 | 0 | 1110 | 11110101 | 110100 | 1000111 |
Color Harmonies of #9690DC
Complementary color
Monochromatic Colors of #9690DC
Black with #9690DC
Text Example
Text Example
White with #9690DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690DC; }
p { color: rgb(150,144,220); }
H1.HeaderClassName
{
color: #9690DC;
}
.AnyTagClassName
{
color: #9690DC;
}
</style>
background-color css
<style>
a { background-color: #9690DC; }
a { background-color: rgb(150,144,220); }
div.DivClassName
{
background-color: #9690DC;
}
.BgClassName
{
background-color: #9690DC;
}
</style>
border-color css
<style>
span { border-color: #9690DC; }
span { border-color: rgb(150,144,220); }
td.TdClassName
{
border-color: #9690DC;
}
.TagClassName
{
border-color: #9690DC;
}
</style>