Shades of Medium Slate Blue #7056FE
Tints of Medium Slate Blue #7056FE
RGB
CMYK
RGB Variations
Color information
#7056FE (or 0x7056FE) is known color: Medium Slate Blue. HEX triplet: 70, 56 and FE. RGB value is (112,86,254). Sum of RGB (Red+Green+Blue) = 112+86+254=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #7056FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7056FE is #8FA901. Grayscale: #707070. Windows color (decimal): -9414914 or 16668272. OLE color: 16668272.
HSL color Cylindrical-coordinate representation of color #7056FE: hue angle of 249.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7056FE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 86 | 254 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.00 |
| HSL | 249.29º | 0.99% | 0.67% | - |
| HSV(B) | 249.29º | 0.66% | 1% | - |
| XYZ | 27.9 | 17.26 | 95.63 | - |
| YUV | 112.93 | 207.61 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 254 | 0.56 | 0.66 | 0 | 0.00 | 249.29 | 0.99 | 0.67 |
| Hex | 70 | 56 | FE | 38 | 42 | 0 | 0 | F9 | 63 | 43 |
| Octal | 160 | 126 | 376 | 70 | 102 | 0 | 0 | 371 | 143 | 103 |
| Binary | 1110000 | 1010110 | 11111110 | 111000 | 1000010 | 0 | 0 | 11111001 | 1100011 | 1000011 |
Color Harmonies of #7056FE
Complementary color
Monochromatic Colors of #7056FE
Black with #7056FE
Text Example
Text Example
White with #7056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7056FE; }
p { color: rgb(112,86,254); }
H1.HeaderClassName
{
color: #7056FE;
}
.AnyTagClassName
{
color: #7056FE;
}
</style>
background-color css
<style>
a { background-color: #7056FE; }
a { background-color: rgb(112,86,254); }
div.DivClassName
{
background-color: #7056FE;
}
.BgClassName
{
background-color: #7056FE;
}
</style>
border-color css
<style>
span { border-color: #7056FE; }
span { border-color: rgb(112,86,254); }
td.TdClassName
{
border-color: #7056FE;
}
.TagClassName
{
border-color: #7056FE;
}
</style>