Shades of Medium Slate Blue #7C6DF3
Tints of Medium Slate Blue #7C6DF3
RGB
CMYK
RGB Variations
Color information
#7C6DF3 (or 0x7C6DF3) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and F3. RGB value is (124,109,243). Sum of RGB (Red+Green+Blue) = 124+109+243=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #7C6DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DF3 is #83920C. Grayscale: #808080. Windows color (decimal): -8622605 or 15953276. OLE color: 15953276.
HSL color Cylindrical-coordinate representation of color #7C6DF3: hue angle of 246.72º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6DF3 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 109 | 243 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.05 |
| HSL | 246.72º | 0.85% | 0.69% | - |
| HSV(B) | 246.72º | 0.55% | 0.95% | - |
| XYZ | 29.96 | 21.69 | 87.4 | - |
| YUV | 128.76 | 192.47 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 243 | 0.49 | 0.55 | 0 | 0.05 | 246.72 | 0.85 | 0.69 |
| Hex | 7C | 6D | F3 | 31 | 37 | 0 | 5 | F7 | 55 | 45 |
| Octal | 174 | 155 | 363 | 61 | 67 | 0 | 5 | 367 | 125 | 105 |
| Binary | 1111100 | 1101101 | 11110011 | 110001 | 110111 | 0 | 101 | 11110111 | 1010101 | 1000101 |
Color Harmonies of #7C6DF3
Complementary color
Monochromatic Colors of #7C6DF3
Black with #7C6DF3
Text Example
Text Example
White with #7C6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DF3; }
p { color: rgb(124,109,243); }
H1.HeaderClassName
{
color: #7C6DF3;
}
.AnyTagClassName
{
color: #7C6DF3;
}
</style>
background-color css
<style>
a { background-color: #7C6DF3; }
a { background-color: rgb(124,109,243); }
div.DivClassName
{
background-color: #7C6DF3;
}
.BgClassName
{
background-color: #7C6DF3;
}
</style>
border-color css
<style>
span { border-color: #7C6DF3; }
span { border-color: rgb(124,109,243); }
td.TdClassName
{
border-color: #7C6DF3;
}
.TagClassName
{
border-color: #7C6DF3;
}
</style>