Shades of Medium Slate Blue #7C70EF
Tints of Medium Slate Blue #7C70EF
RGB
CMYK
RGB Variations
Color information
#7C70EF (or 0x7C70EF) is known color: Medium Slate Blue. HEX triplet: 7C, 70 and EF. RGB value is (124,112,239). Sum of RGB (Red+Green+Blue) = 124+112+239=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C70EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C70EF is #838F10. Grayscale: #818181. Windows color (decimal): -8621841 or 15691900. OLE color: 15691900.
HSL color Cylindrical-coordinate representation of color #7C70EF: hue angle of 245.67º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C70EF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 112 | 239 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.06 |
| HSL | 245.67º | 0.8% | 0.69% | - |
| HSV(B) | 245.67º | 0.53% | 0.94% | - |
| XYZ | 29.69 | 22.11 | 84.36 | - |
| YUV | 130.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 239 | 0.48 | 0.53 | 0 | 0.06 | 245.67 | 0.8 | 0.69 |
| Hex | 7C | 70 | EF | 30 | 35 | 0 | 6 | F6 | 50 | 45 |
| Octal | 174 | 160 | 357 | 60 | 65 | 0 | 6 | 366 | 120 | 105 |
| Binary | 1111100 | 1110000 | 11101111 | 110000 | 110101 | 0 | 110 | 11110110 | 1010000 | 1000101 |
Color Harmonies of #7C70EF
Complementary color
Monochromatic Colors of #7C70EF
Black with #7C70EF
Text Example
Text Example
White with #7C70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70EF; }
p { color: rgb(124,112,239); }
H1.HeaderClassName
{
color: #7C70EF;
}
.AnyTagClassName
{
color: #7C70EF;
}
</style>
background-color css
<style>
a { background-color: #7C70EF; }
a { background-color: rgb(124,112,239); }
div.DivClassName
{
background-color: #7C70EF;
}
.BgClassName
{
background-color: #7C70EF;
}
</style>
border-color css
<style>
span { border-color: #7C70EF; }
span { border-color: rgb(124,112,239); }
td.TdClassName
{
border-color: #7C70EF;
}
.TagClassName
{
border-color: #7C70EF;
}
</style>