Shades of Blue Bell #9693DD
Tints of Blue Bell #9693DD
RGB
CMYK
RGB Variations
Color information
#9693DD (or 0x9693DD) is known color: Blue Bell. HEX triplet: 96, 93 and DD. RGB value is (150,147,221). Sum of RGB (Red+Green+Blue) = 150+147+221=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9693DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DD is #696C22. Grayscale: #9C9C9C. Windows color (decimal): -6908963 or 14521238. OLE color: 14521238.
HSL color Cylindrical-coordinate representation of color #9693DD: hue angle of 242.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9693DD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 147 | 221 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.13 |
| HSL | 242.43º | 0.52% | 0.72% | - |
| HSV(B) | 242.43º | 0.33% | 0.87% | - |
| XYZ | 36.06 | 32.57 | 72.79 | - |
| YUV | 156.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 221 | 0.32 | 0.33 | 0 | 0.13 | 242.43 | 0.52 | 0.72 |
| Hex | 96 | 93 | DD | 20 | 21 | 0 | D | F2 | 34 | 48 |
| Octal | 226 | 223 | 335 | 40 | 41 | 0 | 15 | 362 | 64 | 110 |
| Binary | 10010110 | 10010011 | 11011101 | 100000 | 100001 | 0 | 1101 | 11110010 | 110100 | 1001000 |
Color Harmonies of #9693DD
Complementary color
Monochromatic Colors of #9693DD
Black with #9693DD
Text Example
Text Example
White with #9693DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693DD; }
p { color: rgb(150,147,221); }
H1.HeaderClassName
{
color: #9693DD;
}
.AnyTagClassName
{
color: #9693DD;
}
</style>
background-color css
<style>
a { background-color: #9693DD; }
a { background-color: rgb(150,147,221); }
div.DivClassName
{
background-color: #9693DD;
}
.BgClassName
{
background-color: #9693DD;
}
</style>
border-color css
<style>
span { border-color: #9693DD; }
span { border-color: rgb(150,147,221); }
td.TdClassName
{
border-color: #9693DD;
}
.TagClassName
{
border-color: #9693DD;
}
</style>