Shades of Medium Slate Blue #7457ED
Tints of Medium Slate Blue #7457ED
RGB
CMYK
RGB Variations
Color information
#7457ED (or 0x7457ED) is known color: Medium Slate Blue. HEX triplet: 74, 57 and ED. RGB value is (116,87,237). Sum of RGB (Red+Green+Blue) = 116+87+237=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #7457ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7457ED is #8BA812. Grayscale: #707070. Windows color (decimal): -9152531 or 15554420. OLE color: 15554420.
HSL color Cylindrical-coordinate representation of color #7457ED: hue angle of 251.6º 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 #7457ED is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 87 | 237 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.07 |
| HSL | 251.6º | 0.81% | 0.64% | - |
| HSV(B) | 251.6º | 0.63% | 0.93% | - |
| XYZ | 25.9 | 16.64 | 81.97 | - |
| YUV | 112.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 237 | 0.51 | 0.63 | 0 | 0.07 | 251.6 | 0.81 | 0.64 |
| Hex | 74 | 57 | ED | 33 | 3F | 0 | 7 | FC | 51 | 40 |
| Octal | 164 | 127 | 355 | 63 | 77 | 0 | 7 | 374 | 121 | 100 |
| Binary | 1110100 | 1010111 | 11101101 | 110011 | 111111 | 0 | 111 | 11111100 | 1010001 | 1000000 |
Color Harmonies of #7457ED
Complementary color
Monochromatic Colors of #7457ED
Black with #7457ED
Text Example
Text Example
White with #7457ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7457ED; }
p { color: rgb(116,87,237); }
H1.HeaderClassName
{
color: #7457ED;
}
.AnyTagClassName
{
color: #7457ED;
}
</style>
background-color css
<style>
a { background-color: #7457ED; }
a { background-color: rgb(116,87,237); }
div.DivClassName
{
background-color: #7457ED;
}
.BgClassName
{
background-color: #7457ED;
}
</style>
border-color css
<style>
span { border-color: #7457ED; }
span { border-color: rgb(116,87,237); }
td.TdClassName
{
border-color: #7457ED;
}
.TagClassName
{
border-color: #7457ED;
}
</style>