Shades of Medium Slate Blue #7456ED
Tints of Medium Slate Blue #7456ED
RGB
CMYK
RGB Variations
Color information
#7456ED (or 0x7456ED) is known color: Medium Slate Blue. HEX triplet: 74, 56 and ED. RGB value is (116,86,237). Sum of RGB (Red+Green+Blue) = 116+86+237=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #7456ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7456ED is #8BA912. Grayscale: #6F6F6F. Windows color (decimal): -9152787 or 15554164. OLE color: 15554164.
HSL color Cylindrical-coordinate representation of color #7456ED: hue angle of 251.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7456ED is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 86 | 237 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.07 |
| HSL | 251.92º | 0.81% | 0.63% | - |
| HSV(B) | 251.92º | 0.64% | 0.93% | - |
| XYZ | 25.82 | 16.48 | 81.94 | - |
| YUV | 112.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 237 | 0.51 | 0.64 | 0 | 0.07 | 251.92 | 0.81 | 0.63 |
| Hex | 74 | 56 | ED | 33 | 40 | 0 | 7 | FC | 51 | 3F |
| Octal | 164 | 126 | 355 | 63 | 100 | 0 | 7 | 374 | 121 | 77 |
| Binary | 1110100 | 1010110 | 11101101 | 110011 | 1000000 | 0 | 111 | 11111100 | 1010001 | 111111 |
Color Harmonies of #7456ED
Complementary color
Monochromatic Colors of #7456ED
Black with #7456ED
Text Example
Text Example
White with #7456ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456ED; }
p { color: rgb(116,86,237); }
H1.HeaderClassName
{
color: #7456ED;
}
.AnyTagClassName
{
color: #7456ED;
}
</style>
background-color css
<style>
a { background-color: #7456ED; }
a { background-color: rgb(116,86,237); }
div.DivClassName
{
background-color: #7456ED;
}
.BgClassName
{
background-color: #7456ED;
}
</style>
border-color css
<style>
span { border-color: #7456ED; }
span { border-color: rgb(116,86,237); }
td.TdClassName
{
border-color: #7456ED;
}
.TagClassName
{
border-color: #7456ED;
}
</style>