Shades of Blue Bell #9593D4
Tints of Blue Bell #9593D4
RGB
CMYK
RGB Variations
Color information
#9593D4 (or 0x9593D4) is known color: Blue Bell. HEX triplet: 95, 93 and D4. RGB value is (149,147,212). Sum of RGB (Red+Green+Blue) = 149+147+212=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #9593D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593D4 is #6A6C2B. Grayscale: #9A9A9A. Windows color (decimal): -6974508 or 13931413. OLE color: 13931413.
HSL color Cylindrical-coordinate representation of color #9593D4: hue angle of 241.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9593D4 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 147 | 212 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.17 |
| HSL | 241.85º | 0.43% | 0.7% | - |
| HSV(B) | 241.85º | 0.31% | 0.83% | - |
| XYZ | 34.71 | 32.01 | 66.64 | - |
| YUV | 155.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 212 | 0.30 | 0.31 | 0 | 0.17 | 241.85 | 0.43 | 0.7 |
| Hex | 95 | 93 | D4 | 1E | 1F | 0 | 11 | F2 | 2B | 46 |
| Octal | 225 | 223 | 324 | 36 | 37 | 0 | 21 | 362 | 53 | 106 |
| Binary | 10010101 | 10010011 | 11010100 | 11110 | 11111 | 0 | 10001 | 11110010 | 101011 | 1000110 |
Color Harmonies of #9593D4
Complementary color
Monochromatic Colors of #9593D4
Black with #9593D4
Text Example
Text Example
White with #9593D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593D4; }
p { color: rgb(149,147,212); }
H1.HeaderClassName
{
color: #9593D4;
}
.AnyTagClassName
{
color: #9593D4;
}
</style>
background-color css
<style>
a { background-color: #9593D4; }
a { background-color: rgb(149,147,212); }
div.DivClassName
{
background-color: #9593D4;
}
.BgClassName
{
background-color: #9593D4;
}
</style>
border-color css
<style>
span { border-color: #9593D4; }
span { border-color: rgb(149,147,212); }
td.TdClassName
{
border-color: #9593D4;
}
.TagClassName
{
border-color: #9593D4;
}
</style>