Shades of Blue Bell #9688DC
Tints of Blue Bell #9688DC
RGB
CMYK
RGB Variations
Color information
#9688DC (or 0x9688DC) is known color: Blue Bell. HEX triplet: 96, 88 and DC. RGB value is (150,136,220). Sum of RGB (Red+Green+Blue) = 150+136+220=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9688DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DC is #697723. Grayscale: #959595. Windows color (decimal): -6911780 or 14452886. OLE color: 14452886.
HSL color Cylindrical-coordinate representation of color #9688DC: hue angle of 250º degrees, saturation: 0.55, 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 #9688DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 136 | 220 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 250º | 0.55% | 0.7% | - |
| HSV(B) | 250º | 0.38% | 0.86% | - |
| XYZ | 34.3 | 29.26 | 71.55 | - |
| YUV | 149.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 220 | 0.32 | 0.38 | 0 | 0.14 | 250 | 0.55 | 0.7 |
| Hex | 96 | 88 | DC | 20 | 26 | 0 | E | FA | 37 | 46 |
| Octal | 226 | 210 | 334 | 40 | 46 | 0 | 16 | 372 | 67 | 106 |
| Binary | 10010110 | 10001000 | 11011100 | 100000 | 100110 | 0 | 1110 | 11111010 | 110111 | 1000110 |
Color Harmonies of #9688DC
Complementary color
Monochromatic Colors of #9688DC
Black with #9688DC
Text Example
Text Example
White with #9688DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688DC; }
p { color: rgb(150,136,220); }
H1.HeaderClassName
{
color: #9688DC;
}
.AnyTagClassName
{
color: #9688DC;
}
</style>
background-color css
<style>
a { background-color: #9688DC; }
a { background-color: rgb(150,136,220); }
div.DivClassName
{
background-color: #9688DC;
}
.BgClassName
{
background-color: #9688DC;
}
</style>
border-color css
<style>
span { border-color: #9688DC; }
span { border-color: rgb(150,136,220); }
td.TdClassName
{
border-color: #9688DC;
}
.TagClassName
{
border-color: #9688DC;
}
</style>