Shades of Blue Bell #9593D1
Tints of Blue Bell #9593D1
RGB
CMYK
RGB Variations
Color information
#9593D1 (or 0x9593D1) is known color: Blue Bell. HEX triplet: 95, 93 and D1. RGB value is (149,147,209). Sum of RGB (Red+Green+Blue) = 149+147+209=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #9593D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593D1 is #6A6C2E. Grayscale: #9A9A9A. Windows color (decimal): -6974511 or 13734805. OLE color: 13734805.
HSL color Cylindrical-coordinate representation of color #9593D1: hue angle of 241.94º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9593D1 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 147 | 209 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.18 |
| HSL | 241.94º | 0.4% | 0.7% | - |
| HSV(B) | 241.94º | 0.3% | 0.82% | - |
| XYZ | 34.34 | 31.86 | 64.66 | - |
| YUV | 154.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 209 | 0.29 | 0.30 | 0 | 0.18 | 241.94 | 0.4 | 0.7 |
| Hex | 95 | 93 | D1 | 1D | 1E | 0 | 12 | F2 | 28 | 46 |
| Octal | 225 | 223 | 321 | 35 | 36 | 0 | 22 | 362 | 50 | 106 |
| Binary | 10010101 | 10010011 | 11010001 | 11101 | 11110 | 0 | 10010 | 11110010 | 101000 | 1000110 |
Color Harmonies of #9593D1
Complementary color
Monochromatic Colors of #9593D1
Black with #9593D1
Text Example
Text Example
White with #9593D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593D1; }
p { color: rgb(149,147,209); }
H1.HeaderClassName
{
color: #9593D1;
}
.AnyTagClassName
{
color: #9593D1;
}
</style>
background-color css
<style>
a { background-color: #9593D1; }
a { background-color: rgb(149,147,209); }
div.DivClassName
{
background-color: #9593D1;
}
.BgClassName
{
background-color: #9593D1;
}
</style>
border-color css
<style>
span { border-color: #9593D1; }
span { border-color: rgb(149,147,209); }
td.TdClassName
{
border-color: #9593D1;
}
.TagClassName
{
border-color: #9593D1;
}
</style>