Shades of Blue Bell #9693D9
Tints of Blue Bell #9693D9
RGB
CMYK
RGB Variations
Color information
#9693D9 (or 0x9693D9) is known color: Blue Bell. HEX triplet: 96, 93 and D9. RGB value is (150,147,217). Sum of RGB (Red+Green+Blue) = 150+147+217=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #9693D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693D9 is #696C26. Grayscale: #9B9B9B. Windows color (decimal): -6908967 or 14259094. OLE color: 14259094.
HSL color Cylindrical-coordinate representation of color #9693D9: hue angle of 242.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9693D9 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 147 | 217 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.15 |
| HSL | 242.57º | 0.48% | 0.71% | - |
| HSV(B) | 242.57º | 0.32% | 0.85% | - |
| XYZ | 35.54 | 32.36 | 70.02 | - |
| YUV | 155.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 217 | 0.31 | 0.32 | 0 | 0.15 | 242.57 | 0.48 | 0.71 |
| Hex | 96 | 93 | D9 | 1F | 20 | 0 | F | F3 | 30 | 47 |
| Octal | 226 | 223 | 331 | 37 | 40 | 0 | 17 | 363 | 60 | 107 |
| Binary | 10010110 | 10010011 | 11011001 | 11111 | 100000 | 0 | 1111 | 11110011 | 110000 | 1000111 |
Color Harmonies of #9693D9
Complementary color
Monochromatic Colors of #9693D9
Black with #9693D9
Text Example
Text Example
White with #9693D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693D9; }
p { color: rgb(150,147,217); }
H1.HeaderClassName
{
color: #9693D9;
}
.AnyTagClassName
{
color: #9693D9;
}
</style>
background-color css
<style>
a { background-color: #9693D9; }
a { background-color: rgb(150,147,217); }
div.DivClassName
{
background-color: #9693D9;
}
.BgClassName
{
background-color: #9693D9;
}
</style>
border-color css
<style>
span { border-color: #9693D9; }
span { border-color: rgb(150,147,217); }
td.TdClassName
{
border-color: #9693D9;
}
.TagClassName
{
border-color: #9693D9;
}
</style>