Shades of Medium Slate Blue #7059FF
Tints of Medium Slate Blue #7059FF
RGB
CMYK
RGB Variations
Color information
#7059FF (or 0x7059FF) is known color: Medium Slate Blue. HEX triplet: 70, 59 and FF. RGB value is (112,89,255). Sum of RGB (Red+Green+Blue) = 112+89+255=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7059FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059FF is #8FA600. Grayscale: #727272. Windows color (decimal): -9414145 or 16734576. OLE color: 16734576.
HSL color Cylindrical-coordinate representation of color #7059FF: hue angle of 248.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7059FF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 89 | 255 | - |
| CMYK | 0.56 | 0.65 | 0 | 0 |
| HSL | 248.31º | 1% | 0.67% | - |
| HSV(B) | 248.31º | 0.65% | 1% | - |
| XYZ | 28.3 | 17.81 | 96.55 | - |
| YUV | 114.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 255 | 0.56 | 0.65 | 0 | 0 | 248.31 | 1 | 0.67 |
| Hex | 70 | 59 | FF | 38 | 41 | 0 | 0 | F8 | 64 | 43 |
| Octal | 160 | 131 | 377 | 70 | 101 | 0 | 0 | 370 | 144 | 103 |
| Binary | 1110000 | 1011001 | 11111111 | 111000 | 1000001 | 0 | 0 | 11111000 | 1100100 | 1000011 |
Color Harmonies of #7059FF
Complementary color
Monochromatic Colors of #7059FF
Black with #7059FF
Text Example
Text Example
White with #7059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7059FF; }
p { color: rgb(112,89,255); }
H1.HeaderClassName
{
color: #7059FF;
}
.AnyTagClassName
{
color: #7059FF;
}
</style>
background-color css
<style>
a { background-color: #7059FF; }
a { background-color: rgb(112,89,255); }
div.DivClassName
{
background-color: #7059FF;
}
.BgClassName
{
background-color: #7059FF;
}
</style>
border-color css
<style>
span { border-color: #7059FF; }
span { border-color: rgb(112,89,255); }
td.TdClassName
{
border-color: #7059FF;
}
.TagClassName
{
border-color: #7059FF;
}
</style>