Shades of Blue Bell #9689DC
Tints of Blue Bell #9689DC
RGB
CMYK
RGB Variations
Color information
#9689DC (or 0x9689DC) is known color: Blue Bell. HEX triplet: 96, 89 and DC. RGB value is (150,137,220). Sum of RGB (Red+Green+Blue) = 150+137+220=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9689DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689DC is #697623. Grayscale: #969696. Windows color (decimal): -6911524 or 14453142. OLE color: 14453142.
HSL color Cylindrical-coordinate representation of color #9689DC: hue angle of 249.4º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9689DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 137 | 220 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 249.4º | 0.54% | 0.7% | - |
| HSV(B) | 249.4º | 0.38% | 0.86% | - |
| XYZ | 34.44 | 29.54 | 71.6 | - |
| YUV | 150.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 220 | 0.32 | 0.38 | 0 | 0.14 | 249.4 | 0.54 | 0.7 |
| Hex | 96 | 89 | DC | 20 | 26 | 0 | E | F9 | 36 | 46 |
| Octal | 226 | 211 | 334 | 40 | 46 | 0 | 16 | 371 | 66 | 106 |
| Binary | 10010110 | 10001001 | 11011100 | 100000 | 100110 | 0 | 1110 | 11111001 | 110110 | 1000110 |
Color Harmonies of #9689DC
Complementary color
Monochromatic Colors of #9689DC
Black with #9689DC
Text Example
Text Example
White with #9689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689DC; }
p { color: rgb(150,137,220); }
H1.HeaderClassName
{
color: #9689DC;
}
.AnyTagClassName
{
color: #9689DC;
}
</style>
background-color css
<style>
a { background-color: #9689DC; }
a { background-color: rgb(150,137,220); }
div.DivClassName
{
background-color: #9689DC;
}
.BgClassName
{
background-color: #9689DC;
}
</style>
border-color css
<style>
span { border-color: #9689DC; }
span { border-color: rgb(150,137,220); }
td.TdClassName
{
border-color: #9689DC;
}
.TagClassName
{
border-color: #9689DC;
}
</style>