Shades of Medium Slate Blue #7557ED
Tints of Medium Slate Blue #7557ED
RGB
CMYK
RGB Variations
Color information
#7557ED (or 0x7557ED) is known color: Medium Slate Blue. HEX triplet: 75, 57 and ED. RGB value is (117,87,237). Sum of RGB (Red+Green+Blue) = 117+87+237=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #7557ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7557ED is #8AA812. Grayscale: #707070. Windows color (decimal): -9086995 or 15554421. OLE color: 15554421.
HSL color Cylindrical-coordinate representation of color #7557ED: hue angle of 252º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7557ED is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 87 | 237 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.07 |
| HSL | 252º | 0.81% | 0.64% | - |
| HSV(B) | 252º | 0.63% | 0.93% | - |
| XYZ | 26.03 | 16.71 | 81.97 | - |
| YUV | 113.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 237 | 0.51 | 0.63 | 0 | 0.07 | 252 | 0.81 | 0.64 |
| Hex | 75 | 57 | ED | 33 | 3F | 0 | 7 | FC | 51 | 40 |
| Octal | 165 | 127 | 355 | 63 | 77 | 0 | 7 | 374 | 121 | 100 |
| Binary | 1110101 | 1010111 | 11101101 | 110011 | 111111 | 0 | 111 | 11111100 | 1010001 | 1000000 |
Color Harmonies of #7557ED
Complementary color
Monochromatic Colors of #7557ED
Black with #7557ED
Text Example
Text Example
White with #7557ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557ED; }
p { color: rgb(117,87,237); }
H1.HeaderClassName
{
color: #7557ED;
}
.AnyTagClassName
{
color: #7557ED;
}
</style>
background-color css
<style>
a { background-color: #7557ED; }
a { background-color: rgb(117,87,237); }
div.DivClassName
{
background-color: #7557ED;
}
.BgClassName
{
background-color: #7557ED;
}
</style>
border-color css
<style>
span { border-color: #7557ED; }
span { border-color: rgb(117,87,237); }
td.TdClassName
{
border-color: #7557ED;
}
.TagClassName
{
border-color: #7557ED;
}
</style>