Shades of Blue Bell #9593DD
Tints of Blue Bell #9593DD
RGB
CMYK
RGB Variations
Color information
#9593DD (or 0x9593DD) is known color: Blue Bell. HEX triplet: 95, 93 and DD. RGB value is (149,147,221). Sum of RGB (Red+Green+Blue) = 149+147+221=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #9593DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593DD is #6A6C22. Grayscale: #9B9B9B. Windows color (decimal): -6974499 or 14521237. OLE color: 14521237.
HSL color Cylindrical-coordinate representation of color #9593DD: hue angle of 241.62º 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 #9593DD is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 147 | 221 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.13 |
| HSL | 241.62º | 0.52% | 0.72% | - |
| HSV(B) | 241.62º | 0.33% | 0.87% | - |
| XYZ | 35.88 | 32.48 | 72.78 | - |
| YUV | 156.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 221 | 0.33 | 0.33 | 0 | 0.13 | 241.62 | 0.52 | 0.72 |
| Hex | 95 | 93 | DD | 21 | 21 | 0 | D | F2 | 34 | 48 |
| Octal | 225 | 223 | 335 | 41 | 41 | 0 | 15 | 362 | 64 | 110 |
| Binary | 10010101 | 10010011 | 11011101 | 100001 | 100001 | 0 | 1101 | 11110010 | 110100 | 1001000 |
Color Harmonies of #9593DD
Complementary color
Monochromatic Colors of #9593DD
Black with #9593DD
Text Example
Text Example
White with #9593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593DD; }
p { color: rgb(149,147,221); }
H1.HeaderClassName
{
color: #9593DD;
}
.AnyTagClassName
{
color: #9593DD;
}
</style>
background-color css
<style>
a { background-color: #9593DD; }
a { background-color: rgb(149,147,221); }
div.DivClassName
{
background-color: #9593DD;
}
.BgClassName
{
background-color: #9593DD;
}
</style>
border-color css
<style>
span { border-color: #9593DD; }
span { border-color: rgb(149,147,221); }
td.TdClassName
{
border-color: #9593DD;
}
.TagClassName
{
border-color: #9593DD;
}
</style>