Shades of Blue Bell #9593DB
Tints of Blue Bell #9593DB
RGB
CMYK
RGB Variations
Color information
#9593DB (or 0x9593DB) is known color: Blue Bell. HEX triplet: 95, 93 and DB. RGB value is (149,147,219). Sum of RGB (Red+Green+Blue) = 149+147+219=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9593DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593DB is #6A6C24. Grayscale: #9B9B9B. Windows color (decimal): -6974501 or 14390165. OLE color: 14390165.
HSL color Cylindrical-coordinate representation of color #9593DB: hue angle of 241.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9593DB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 149 | 147 | 219 | - |
CMYK | 0.32 | 0.33 | 0 | 0.14 |
HSL | 241.67º | 0.5% | 0.72% | - |
HSV(B) | 241.67º | 0.33% | 0.86% | - |
XYZ | 35.61 | 32.37 | 71.39 | - |
YUV | 155.81 | 163.66 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 147 | 219 | 0.32 | 0.33 | 0 | 0.14 | 241.67 | 0.5 | 0.72 |
Hex | 95 | 93 | DB | 20 | 21 | 0 | E | F2 | 32 | 48 |
Octal | 225 | 223 | 333 | 40 | 41 | 0 | 16 | 362 | 62 | 110 |
Binary | 10010101 | 10010011 | 11011011 | 100000 | 100001 | 0 | 1110 | 11110010 | 110010 | 1001000 |
Color Harmonies of #9593DB
Complementary color
Monochromatic Colors of #9593DB
Black with #9593DB
Text Example
Text Example
White with #9593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593DB; }
p { color: rgb(149,147,219); }
H1.HeaderClassName
{
color: #9593DB;
}
.AnyTagClassName
{
color: #9593DB;
}
</style>
background-color css
<style>
a { background-color: #9593DB; }
a { background-color: rgb(149,147,219); }
div.DivClassName
{
background-color: #9593DB;
}
.BgClassName
{
background-color: #9593DB;
}
</style>
border-color css
<style>
span { border-color: #9593DB; }
span { border-color: rgb(149,147,219); }
td.TdClassName
{
border-color: #9593DB;
}
.TagClassName
{
border-color: #9593DB;
}
</style>