Shades of Medium Slate Blue #7C70DC
Tints of Medium Slate Blue #7C70DC
RGB
CMYK
RGB Variations
Color information
#7C70DC (or 0x7C70DC) is known color: Medium Slate Blue. HEX triplet: 7C, 70 and DC. RGB value is (124,112,220). Sum of RGB (Red+Green+Blue) = 124+112+220=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70DC is #838F23. Grayscale: #7F7F7F. Windows color (decimal): -8621860 or 14446716. OLE color: 14446716.
HSL color Cylindrical-coordinate representation of color #7C70DC: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C70DC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 112 | 220 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.14 |
| HSL | 246.67º | 0.61% | 0.65% | - |
| HSV(B) | 246.67º | 0.49% | 0.86% | - |
| XYZ | 27.02 | 21.04 | 70.35 | - |
| YUV | 127.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 220 | 0.44 | 0.49 | 0 | 0.14 | 246.67 | 0.61 | 0.65 |
| Hex | 7C | 70 | DC | 2C | 31 | 0 | E | F7 | 3D | 41 |
| Octal | 174 | 160 | 334 | 54 | 61 | 0 | 16 | 367 | 75 | 101 |
| Binary | 1111100 | 1110000 | 11011100 | 101100 | 110001 | 0 | 1110 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7C70DC
Complementary color
Monochromatic Colors of #7C70DC
Black with #7C70DC
Text Example
Text Example
White with #7C70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70DC; }
p { color: rgb(124,112,220); }
H1.HeaderClassName
{
color: #7C70DC;
}
.AnyTagClassName
{
color: #7C70DC;
}
</style>
background-color css
<style>
a { background-color: #7C70DC; }
a { background-color: rgb(124,112,220); }
div.DivClassName
{
background-color: #7C70DC;
}
.BgClassName
{
background-color: #7C70DC;
}
</style>
border-color css
<style>
span { border-color: #7C70DC; }
span { border-color: rgb(124,112,220); }
td.TdClassName
{
border-color: #7C70DC;
}
.TagClassName
{
border-color: #7C70DC;
}
</style>