Shades of Medium Slate Blue #7C6EDE
Tints of Medium Slate Blue #7C6EDE
RGB
CMYK
RGB Variations
Color information
#7C6EDE (or 0x7C6EDE) is known color: Medium Slate Blue. HEX triplet: 7C, 6E and DE. RGB value is (124,110,222). Sum of RGB (Red+Green+Blue) = 124+110+222=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C6EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6EDE is #839121. Grayscale: #7E7E7E. Windows color (decimal): -8622370 or 14577276. OLE color: 14577276.
HSL color Cylindrical-coordinate representation of color #7C6EDE: hue angle of 247.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C6EDE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 110 | 222 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.13 |
| HSL | 247.5º | 0.63% | 0.65% | - |
| HSV(B) | 247.5º | 0.5% | 0.87% | - |
| XYZ | 27.07 | 20.71 | 71.68 | - |
| YUV | 126.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 222 | 0.44 | 0.50 | 0 | 0.13 | 247.5 | 0.63 | 0.65 |
| Hex | 7C | 6E | DE | 2C | 32 | 0 | D | F8 | 3F | 41 |
| Octal | 174 | 156 | 336 | 54 | 62 | 0 | 15 | 370 | 77 | 101 |
| Binary | 1111100 | 1101110 | 11011110 | 101100 | 110010 | 0 | 1101 | 11111000 | 111111 | 1000001 |
Color Harmonies of #7C6EDE
Complementary color
Monochromatic Colors of #7C6EDE
Black with #7C6EDE
Text Example
Text Example
White with #7C6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6EDE; }
p { color: rgb(124,110,222); }
H1.HeaderClassName
{
color: #7C6EDE;
}
.AnyTagClassName
{
color: #7C6EDE;
}
</style>
background-color css
<style>
a { background-color: #7C6EDE; }
a { background-color: rgb(124,110,222); }
div.DivClassName
{
background-color: #7C6EDE;
}
.BgClassName
{
background-color: #7C6EDE;
}
</style>
border-color css
<style>
span { border-color: #7C6EDE; }
span { border-color: rgb(124,110,222); }
td.TdClassName
{
border-color: #7C6EDE;
}
.TagClassName
{
border-color: #7C6EDE;
}
</style>