Shades of Medium Slate Blue #7047FF
Tints of Medium Slate Blue #7047FF
RGB
CMYK
RGB Variations
Color information
#7047FF (or 0x7047FF) is known color: Medium Slate Blue. HEX triplet: 70, 47 and FF. RGB value is (112,71,255). Sum of RGB (Red+Green+Blue) = 112+71+255=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #7047FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047FF is #8FB800. Grayscale: #676767. Windows color (decimal): -9418753 or 16729968. OLE color: 16729968.
HSL color Cylindrical-coordinate representation of color #7047FF: hue angle of 253.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7047FF is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 71 | 255 | - |
| CMYK | 0.56 | 0.72 | 0 | 0 |
| HSL | 253.37º | 1% | 0.64% | - |
| HSV(B) | 253.37º | 0.72% | 1% | - |
| XYZ | 26.99 | 15.17 | 96.11 | - |
| YUV | 104.24 | 213.08 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 255 | 0.56 | 0.72 | 0 | 0 | 253.37 | 1 | 0.64 |
| Hex | 70 | 47 | FF | 38 | 48 | 0 | 0 | FD | 64 | 40 |
| Octal | 160 | 107 | 377 | 70 | 110 | 0 | 0 | 375 | 144 | 100 |
| Binary | 1110000 | 1000111 | 11111111 | 111000 | 1001000 | 0 | 0 | 11111101 | 1100100 | 1000000 |
Color Harmonies of #7047FF
Complementary color
Monochromatic Colors of #7047FF
Black with #7047FF
Text Example
Text Example
White with #7047FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047FF; }
p { color: rgb(112,71,255); }
H1.HeaderClassName
{
color: #7047FF;
}
.AnyTagClassName
{
color: #7047FF;
}
</style>
background-color css
<style>
a { background-color: #7047FF; }
a { background-color: rgb(112,71,255); }
div.DivClassName
{
background-color: #7047FF;
}
.BgClassName
{
background-color: #7047FF;
}
</style>
border-color css
<style>
span { border-color: #7047FF; }
span { border-color: rgb(112,71,255); }
td.TdClassName
{
border-color: #7047FF;
}
.TagClassName
{
border-color: #7047FF;
}
</style>