Shades of Medium Slate Blue #7573DB
Tints of Medium Slate Blue #7573DB
RGB
CMYK
RGB Variations
Color information
#7573DB (or 0x7573DB) is known color: Medium Slate Blue. HEX triplet: 75, 73 and DB. RGB value is (117,115,219). Sum of RGB (Red+Green+Blue) = 117+115+219=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7573DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573DB is #8A8C24. Grayscale: #7F7F7F. Windows color (decimal): -9079845 or 14381941. OLE color: 14381941.
HSL color Cylindrical-coordinate representation of color #7573DB: hue angle of 241.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7573DB is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 115 | 219 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.14 |
| HSL | 241.15º | 0.59% | 0.65% | - |
| HSV(B) | 241.15º | 0.47% | 0.86% | - |
| XYZ | 26.25 | 21.16 | 69.72 | - |
| YUV | 127.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 219 | 0.47 | 0.47 | 0 | 0.14 | 241.15 | 0.59 | 0.65 |
| Hex | 75 | 73 | DB | 2F | 2F | 0 | E | F1 | 3B | 41 |
| Octal | 165 | 163 | 333 | 57 | 57 | 0 | 16 | 361 | 73 | 101 |
| Binary | 1110101 | 1110011 | 11011011 | 101111 | 101111 | 0 | 1110 | 11110001 | 111011 | 1000001 |
Color Harmonies of #7573DB
Complementary color
Monochromatic Colors of #7573DB
Black with #7573DB
Text Example
Text Example
White with #7573DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573DB; }
p { color: rgb(117,115,219); }
H1.HeaderClassName
{
color: #7573DB;
}
.AnyTagClassName
{
color: #7573DB;
}
</style>
background-color css
<style>
a { background-color: #7573DB; }
a { background-color: rgb(117,115,219); }
div.DivClassName
{
background-color: #7573DB;
}
.BgClassName
{
background-color: #7573DB;
}
</style>
border-color css
<style>
span { border-color: #7573DB; }
span { border-color: rgb(117,115,219); }
td.TdClassName
{
border-color: #7573DB;
}
.TagClassName
{
border-color: #7573DB;
}
</style>