Shades of Medium Slate Blue #7059FE
Tints of Medium Slate Blue #7059FE
RGB
CMYK
RGB Variations
Color information
#7059FE (or 0x7059FE) is known color: Medium Slate Blue. HEX triplet: 70, 59 and FE. RGB value is (112,89,254). Sum of RGB (Red+Green+Blue) = 112+89+254=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7059FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059FE is #8FA601. Grayscale: #727272. Windows color (decimal): -9414146 or 16669040. OLE color: 16669040.
HSL color Cylindrical-coordinate representation of color #7059FE: hue angle of 248.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7059FE is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 89 | 254 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.00 |
| HSL | 248.36º | 0.99% | 0.67% | - |
| HSV(B) | 248.36º | 0.65% | 1% | - |
| XYZ | 28.14 | 17.75 | 95.71 | - |
| YUV | 114.69 | 206.62 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 254 | 0.56 | 0.65 | 0 | 0.00 | 248.36 | 0.99 | 0.67 |
| Hex | 70 | 59 | FE | 38 | 41 | 0 | 0 | F8 | 63 | 43 |
| Octal | 160 | 131 | 376 | 70 | 101 | 0 | 0 | 370 | 143 | 103 |
| Binary | 1110000 | 1011001 | 11111110 | 111000 | 1000001 | 0 | 0 | 11111000 | 1100011 | 1000011 |
Color Harmonies of #7059FE
Complementary color
Monochromatic Colors of #7059FE
Black with #7059FE
Text Example
Text Example
White with #7059FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7059FE; }
p { color: rgb(112,89,254); }
H1.HeaderClassName
{
color: #7059FE;
}
.AnyTagClassName
{
color: #7059FE;
}
</style>
background-color css
<style>
a { background-color: #7059FE; }
a { background-color: rgb(112,89,254); }
div.DivClassName
{
background-color: #7059FE;
}
.BgClassName
{
background-color: #7059FE;
}
</style>
border-color css
<style>
span { border-color: #7059FE; }
span { border-color: rgb(112,89,254); }
td.TdClassName
{
border-color: #7059FE;
}
.TagClassName
{
border-color: #7059FE;
}
</style>