Shades of Medium Slate Blue #7C70EB
Tints of Medium Slate Blue #7C70EB
RGB
CMYK
RGB Variations
Color information
#7C70EB (or 0x7C70EB) is known color: Medium Slate Blue. HEX triplet: 7C, 70 and EB. RGB value is (124,112,235). Sum of RGB (Red+Green+Blue) = 124+112+235=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C70EB is #838F14. Grayscale: #818181. Windows color (decimal): -8621845 or 15429756. OLE color: 15429756.
HSL color Cylindrical-coordinate representation of color #7C70EB: hue angle of 245.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C70EB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 112 | 235 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.08 |
| HSL | 245.85º | 0.75% | 0.68% | - |
| HSV(B) | 245.85º | 0.52% | 0.92% | - |
| XYZ | 29.1 | 21.87 | 81.29 | - |
| YUV | 129.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 235 | 0.47 | 0.52 | 0 | 0.08 | 245.85 | 0.75 | 0.68 |
| Hex | 7C | 70 | EB | 2F | 34 | 0 | 8 | F6 | 4B | 44 |
| Octal | 174 | 160 | 353 | 57 | 64 | 0 | 10 | 366 | 113 | 104 |
| Binary | 1111100 | 1110000 | 11101011 | 101111 | 110100 | 0 | 1000 | 11110110 | 1001011 | 1000100 |
Color Harmonies of #7C70EB
Complementary color
Monochromatic Colors of #7C70EB
Black with #7C70EB
Text Example
Text Example
White with #7C70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70EB; }
p { color: rgb(124,112,235); }
H1.HeaderClassName
{
color: #7C70EB;
}
.AnyTagClassName
{
color: #7C70EB;
}
</style>
background-color css
<style>
a { background-color: #7C70EB; }
a { background-color: rgb(124,112,235); }
div.DivClassName
{
background-color: #7C70EB;
}
.BgClassName
{
background-color: #7C70EB;
}
</style>
border-color css
<style>
span { border-color: #7C70EB; }
span { border-color: rgb(124,112,235); }
td.TdClassName
{
border-color: #7C70EB;
}
.TagClassName
{
border-color: #7C70EB;
}
</style>