Shades of Medium Slate Blue #7C6CEF
Tints of Medium Slate Blue #7C6CEF
RGB
CMYK
RGB Variations
Color information
#7C6CEF (or 0x7C6CEF) is known color: Medium Slate Blue. HEX triplet: 7C, 6C and EF. RGB value is (124,108,239). Sum of RGB (Red+Green+Blue) = 124+108+239=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C6CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6CEF is #839310. Grayscale: #7F7F7F. Windows color (decimal): -8622865 or 15690876. OLE color: 15690876.
HSL color Cylindrical-coordinate representation of color #7C6CEF: hue angle of 247.33º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6CEF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 108 | 239 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.06 |
| HSL | 247.33º | 0.8% | 0.68% | - |
| HSV(B) | 247.33º | 0.55% | 0.94% | - |
| XYZ | 29.25 | 21.24 | 84.22 | - |
| YUV | 127.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 239 | 0.48 | 0.55 | 0 | 0.06 | 247.33 | 0.8 | 0.68 |
| Hex | 7C | 6C | EF | 30 | 37 | 0 | 6 | F7 | 50 | 44 |
| Octal | 174 | 154 | 357 | 60 | 67 | 0 | 6 | 367 | 120 | 104 |
| Binary | 1111100 | 1101100 | 11101111 | 110000 | 110111 | 0 | 110 | 11110111 | 1010000 | 1000100 |
Color Harmonies of #7C6CEF
Complementary color
Monochromatic Colors of #7C6CEF
Black with #7C6CEF
Text Example
Text Example
White with #7C6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6CEF; }
p { color: rgb(124,108,239); }
H1.HeaderClassName
{
color: #7C6CEF;
}
.AnyTagClassName
{
color: #7C6CEF;
}
</style>
background-color css
<style>
a { background-color: #7C6CEF; }
a { background-color: rgb(124,108,239); }
div.DivClassName
{
background-color: #7C6CEF;
}
.BgClassName
{
background-color: #7C6CEF;
}
</style>
border-color css
<style>
span { border-color: #7C6CEF; }
span { border-color: rgb(124,108,239); }
td.TdClassName
{
border-color: #7C6CEF;
}
.TagClassName
{
border-color: #7C6CEF;
}
</style>