Shades of Medium Slate Blue #7C6EEB
Tints of Medium Slate Blue #7C6EEB
RGB
CMYK
RGB Variations
Color information
#7C6EEB (or 0x7C6EEB) is known color: Medium Slate Blue. HEX triplet: 7C, 6E and EB. RGB value is (124,110,235). Sum of RGB (Red+Green+Blue) = 124+110+235=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6EEB is #839114. Grayscale: #7F7F7F. Windows color (decimal): -8622357 or 15429244. OLE color: 15429244.
HSL color Cylindrical-coordinate representation of color #7C6EEB: hue angle of 246.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6EEB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 110 | 235 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.08 |
| HSL | 246.72º | 0.76% | 0.68% | - |
| HSV(B) | 246.72º | 0.53% | 0.92% | - |
| XYZ | 28.88 | 21.44 | 81.21 | - |
| YUV | 128.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 235 | 0.47 | 0.53 | 0 | 0.08 | 246.72 | 0.76 | 0.68 |
| Hex | 7C | 6E | EB | 2F | 35 | 0 | 8 | F7 | 4C | 44 |
| Octal | 174 | 156 | 353 | 57 | 65 | 0 | 10 | 367 | 114 | 104 |
| Binary | 1111100 | 1101110 | 11101011 | 101111 | 110101 | 0 | 1000 | 11110111 | 1001100 | 1000100 |
Color Harmonies of #7C6EEB
Complementary color
Monochromatic Colors of #7C6EEB
Black with #7C6EEB
Text Example
Text Example
White with #7C6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6EEB; }
p { color: rgb(124,110,235); }
H1.HeaderClassName
{
color: #7C6EEB;
}
.AnyTagClassName
{
color: #7C6EEB;
}
</style>
background-color css
<style>
a { background-color: #7C6EEB; }
a { background-color: rgb(124,110,235); }
div.DivClassName
{
background-color: #7C6EEB;
}
.BgClassName
{
background-color: #7C6EEB;
}
</style>
border-color css
<style>
span { border-color: #7C6EEB; }
span { border-color: rgb(124,110,235); }
td.TdClassName
{
border-color: #7C6EEB;
}
.TagClassName
{
border-color: #7C6EEB;
}
</style>