Shades of Medium Slate Blue #7047EB
Tints of Medium Slate Blue #7047EB
RGB
CMYK
RGB Variations
Color information
#7047EB (or 0x7047EB) is known color: Medium Slate Blue. HEX triplet: 70, 47 and EB. RGB value is (112,71,235). Sum of RGB (Red+Green+Blue) = 112+71+235=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #7047EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047EB is #8FB814. Grayscale: #656565. Windows color (decimal): -9418773 or 15419248. OLE color: 15419248.
HSL color Cylindrical-coordinate representation of color #7047EB: hue angle of 255º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7047EB is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 71 | 235 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.08 |
| HSL | 255º | 0.8% | 0.6% | - |
| HSV(B) | 255º | 0.7% | 0.92% | - |
| XYZ | 23.93 | 13.95 | 80.03 | - |
| YUV | 101.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 235 | 0.52 | 0.70 | 0 | 0.08 | 255 | 0.8 | 0.6 |
| Hex | 70 | 47 | EB | 34 | 46 | 0 | 8 | FF | 50 | 3C |
| Octal | 160 | 107 | 353 | 64 | 106 | 0 | 10 | 377 | 120 | 74 |
| Binary | 1110000 | 1000111 | 11101011 | 110100 | 1000110 | 0 | 1000 | 11111111 | 1010000 | 111100 |
Color Harmonies of #7047EB
Complementary color
Monochromatic Colors of #7047EB
Black with #7047EB
Text Example
Text Example
White with #7047EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047EB; }
p { color: rgb(112,71,235); }
H1.HeaderClassName
{
color: #7047EB;
}
.AnyTagClassName
{
color: #7047EB;
}
</style>
background-color css
<style>
a { background-color: #7047EB; }
a { background-color: rgb(112,71,235); }
div.DivClassName
{
background-color: #7047EB;
}
.BgClassName
{
background-color: #7047EB;
}
</style>
border-color css
<style>
span { border-color: #7047EB; }
span { border-color: rgb(112,71,235); }
td.TdClassName
{
border-color: #7047EB;
}
.TagClassName
{
border-color: #7047EB;
}
</style>