Shades of Medium Slate Blue #7057FA
Tints of Medium Slate Blue #7057FA
RGB
CMYK
RGB Variations
Color information
#7057FA (or 0x7057FA) is known color: Medium Slate Blue. HEX triplet: 70, 57 and FA. RGB value is (112,87,250). Sum of RGB (Red+Green+Blue) = 112+87+250=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #7057FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7057FA is #8FA805. Grayscale: #707070. Windows color (decimal): -9414662 or 16406384. OLE color: 16406384.
HSL color Cylindrical-coordinate representation of color #7057FA: hue angle of 249.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7057FA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 87 | 250 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.02 |
| HSL | 249.2º | 0.94% | 0.66% | - |
| HSV(B) | 249.2º | 0.65% | 0.98% | - |
| XYZ | 27.35 | 17.16 | 92.31 | - |
| YUV | 113.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 250 | 0.55 | 0.65 | 0 | 0.02 | 249.2 | 0.94 | 0.66 |
| Hex | 70 | 57 | FA | 37 | 41 | 0 | 2 | F9 | 5E | 42 |
| Octal | 160 | 127 | 372 | 67 | 101 | 0 | 2 | 371 | 136 | 102 |
| Binary | 1110000 | 1010111 | 11111010 | 110111 | 1000001 | 0 | 10 | 11111001 | 1011110 | 1000010 |
Color Harmonies of #7057FA
Complementary color
Monochromatic Colors of #7057FA
Black with #7057FA
Text Example
Text Example
White with #7057FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7057FA; }
p { color: rgb(112,87,250); }
H1.HeaderClassName
{
color: #7057FA;
}
.AnyTagClassName
{
color: #7057FA;
}
</style>
background-color css
<style>
a { background-color: #7057FA; }
a { background-color: rgb(112,87,250); }
div.DivClassName
{
background-color: #7057FA;
}
.BgClassName
{
background-color: #7057FA;
}
</style>
border-color css
<style>
span { border-color: #7057FA; }
span { border-color: rgb(112,87,250); }
td.TdClassName
{
border-color: #7057FA;
}
.TagClassName
{
border-color: #7057FA;
}
</style>