Shades of Medium Slate Blue #7C6DEB
Tints of Medium Slate Blue #7C6DEB
RGB
CMYK
RGB Variations
Color information
#7C6DEB (or 0x7C6DEB) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and EB. RGB value is (124,109,235). Sum of RGB (Red+Green+Blue) = 124+109+235=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C6DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DEB is #839214. Grayscale: #7F7F7F. Windows color (decimal): -8622613 or 15428988. OLE color: 15428988.
HSL color Cylindrical-coordinate representation of color #7C6DEB: hue angle of 247.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6DEB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 109 | 235 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.08 |
| HSL | 247.14º | 0.76% | 0.67% | - |
| HSV(B) | 247.14º | 0.54% | 0.92% | - |
| XYZ | 28.78 | 21.22 | 81.18 | - |
| YUV | 127.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 235 | 0.47 | 0.54 | 0 | 0.08 | 247.14 | 0.76 | 0.67 |
| Hex | 7C | 6D | EB | 2F | 36 | 0 | 8 | F7 | 4C | 43 |
| Octal | 174 | 155 | 353 | 57 | 66 | 0 | 10 | 367 | 114 | 103 |
| Binary | 1111100 | 1101101 | 11101011 | 101111 | 110110 | 0 | 1000 | 11110111 | 1001100 | 1000011 |
Color Harmonies of #7C6DEB
Complementary color
Monochromatic Colors of #7C6DEB
Black with #7C6DEB
Text Example
Text Example
White with #7C6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DEB; }
p { color: rgb(124,109,235); }
H1.HeaderClassName
{
color: #7C6DEB;
}
.AnyTagClassName
{
color: #7C6DEB;
}
</style>
background-color css
<style>
a { background-color: #7C6DEB; }
a { background-color: rgb(124,109,235); }
div.DivClassName
{
background-color: #7C6DEB;
}
.BgClassName
{
background-color: #7C6DEB;
}
</style>
border-color css
<style>
span { border-color: #7C6DEB; }
span { border-color: rgb(124,109,235); }
td.TdClassName
{
border-color: #7C6DEB;
}
.TagClassName
{
border-color: #7C6DEB;
}
</style>