Shades of Medium Slate Blue #7573EB
Tints of Medium Slate Blue #7573EB
RGB
CMYK
RGB Variations
Color information
#7573EB (or 0x7573EB) is known color: Medium Slate Blue. HEX triplet: 75, 73 and EB. RGB value is (117,115,235). Sum of RGB (Red+Green+Blue) = 117+115+235=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #7573EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7573EB is #8A8C14. Grayscale: #808080. Windows color (decimal): -9079829 or 15430517. OLE color: 15430517.
HSL color Cylindrical-coordinate representation of color #7573EB: hue angle of 241º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7573EB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 115 | 235 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.08 |
| HSL | 241º | 0.75% | 0.69% | - |
| HSV(B) | 241º | 0.51% | 0.92% | - |
| XYZ | 28.46 | 22.04 | 81.35 | - |
| YUV | 129.28 | 187.66 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 235 | 0.50 | 0.51 | 0 | 0.08 | 241 | 0.75 | 0.69 |
| Hex | 75 | 73 | EB | 32 | 33 | 0 | 8 | F1 | 4B | 45 |
| Octal | 165 | 163 | 353 | 62 | 63 | 0 | 10 | 361 | 113 | 105 |
| Binary | 1110101 | 1110011 | 11101011 | 110010 | 110011 | 0 | 1000 | 11110001 | 1001011 | 1000101 |
Color Harmonies of #7573EB
Complementary color
Monochromatic Colors of #7573EB
Black with #7573EB
Text Example
Text Example
White with #7573EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573EB; }
p { color: rgb(117,115,235); }
H1.HeaderClassName
{
color: #7573EB;
}
.AnyTagClassName
{
color: #7573EB;
}
</style>
background-color css
<style>
a { background-color: #7573EB; }
a { background-color: rgb(117,115,235); }
div.DivClassName
{
background-color: #7573EB;
}
.BgClassName
{
background-color: #7573EB;
}
</style>
border-color css
<style>
span { border-color: #7573EB; }
span { border-color: rgb(117,115,235); }
td.TdClassName
{
border-color: #7573EB;
}
.TagClassName
{
border-color: #7573EB;
}
</style>