Shades of Medium Slate Blue #7573DC
Tints of Medium Slate Blue #7573DC
RGB
CMYK
RGB Variations
Color information
#7573DC (or 0x7573DC) is known color: Medium Slate Blue. HEX triplet: 75, 73 and DC. RGB value is (117,115,220). Sum of RGB (Red+Green+Blue) = 117+115+220=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7573DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573DC is #8A8C23. Grayscale: #7F7F7F. Windows color (decimal): -9079844 or 14447477. OLE color: 14447477.
HSL color Cylindrical-coordinate representation of color #7573DC: hue angle of 241.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7573DC is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 115 | 220 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.14 |
| HSL | 241.14º | 0.6% | 0.66% | - |
| HSV(B) | 241.14º | 0.48% | 0.86% | - |
| XYZ | 26.39 | 21.21 | 70.41 | - |
| YUV | 127.57 | 180.16 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 220 | 0.47 | 0.48 | 0 | 0.14 | 241.14 | 0.6 | 0.66 |
| Hex | 75 | 73 | DC | 2F | 30 | 0 | E | F1 | 3C | 42 |
| Octal | 165 | 163 | 334 | 57 | 60 | 0 | 16 | 361 | 74 | 102 |
| Binary | 1110101 | 1110011 | 11011100 | 101111 | 110000 | 0 | 1110 | 11110001 | 111100 | 1000010 |
Color Harmonies of #7573DC
Complementary color
Monochromatic Colors of #7573DC
Black with #7573DC
Text Example
Text Example
White with #7573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573DC; }
p { color: rgb(117,115,220); }
H1.HeaderClassName
{
color: #7573DC;
}
.AnyTagClassName
{
color: #7573DC;
}
</style>
background-color css
<style>
a { background-color: #7573DC; }
a { background-color: rgb(117,115,220); }
div.DivClassName
{
background-color: #7573DC;
}
.BgClassName
{
background-color: #7573DC;
}
</style>
border-color css
<style>
span { border-color: #7573DC; }
span { border-color: rgb(117,115,220); }
td.TdClassName
{
border-color: #7573DC;
}
.TagClassName
{
border-color: #7573DC;
}
</style>