Shades of Medium Slate Blue #7047ED
Tints of Medium Slate Blue #7047ED
RGB
CMYK
RGB Variations
Color information
#7047ED (or 0x7047ED) is known color: Medium Slate Blue. HEX triplet: 70, 47 and ED. RGB value is (112,71,237). Sum of RGB (Red+Green+Blue) = 112+71+237=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #7047ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047ED is #8FB812. Grayscale: #656565. Windows color (decimal): -9418771 or 15550320. OLE color: 15550320.
HSL color Cylindrical-coordinate representation of color #7047ED: hue angle of 254.82º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7047ED is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 71 | 237 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.07 |
| HSL | 254.82º | 0.82% | 0.6% | - |
| HSV(B) | 254.82º | 0.7% | 0.93% | - |
| XYZ | 24.22 | 14.07 | 81.56 | - |
| YUV | 102.18 | 204.08 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 237 | 0.53 | 0.70 | 0 | 0.07 | 254.82 | 0.82 | 0.6 |
| Hex | 70 | 47 | ED | 35 | 46 | 0 | 7 | FF | 52 | 3C |
| Octal | 160 | 107 | 355 | 65 | 106 | 0 | 7 | 377 | 122 | 74 |
| Binary | 1110000 | 1000111 | 11101101 | 110101 | 1000110 | 0 | 111 | 11111111 | 1010010 | 111100 |
Color Harmonies of #7047ED
Complementary color
Monochromatic Colors of #7047ED
Black with #7047ED
Text Example
Text Example
White with #7047ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047ED; }
p { color: rgb(112,71,237); }
H1.HeaderClassName
{
color: #7047ED;
}
.AnyTagClassName
{
color: #7047ED;
}
</style>
background-color css
<style>
a { background-color: #7047ED; }
a { background-color: rgb(112,71,237); }
div.DivClassName
{
background-color: #7047ED;
}
.BgClassName
{
background-color: #7047ED;
}
</style>
border-color css
<style>
span { border-color: #7047ED; }
span { border-color: rgb(112,71,237); }
td.TdClassName
{
border-color: #7047ED;
}
.TagClassName
{
border-color: #7047ED;
}
</style>