Shades of Medium Slate Blue #7C6FDC
Tints of Medium Slate Blue #7C6FDC
RGB
CMYK
RGB Variations
Color information
#7C6FDC (or 0x7C6FDC) is known color: Medium Slate Blue. HEX triplet: 7C, 6F and DC. RGB value is (124,111,220). Sum of RGB (Red+Green+Blue) = 124+111+220=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FDC is #839023. Grayscale: #7E7E7E. Windows color (decimal): -8622116 or 14446460. OLE color: 14446460.
HSL color Cylindrical-coordinate representation of color #7C6FDC: hue angle of 247.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C6FDC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 111 | 220 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.14 |
| HSL | 247.16º | 0.61% | 0.65% | - |
| HSV(B) | 247.16º | 0.5% | 0.86% | - |
| XYZ | 26.91 | 20.82 | 70.31 | - |
| YUV | 127.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 220 | 0.44 | 0.50 | 0 | 0.14 | 247.16 | 0.61 | 0.65 |
| Hex | 7C | 6F | DC | 2C | 32 | 0 | E | F7 | 3D | 41 |
| Octal | 174 | 157 | 334 | 54 | 62 | 0 | 16 | 367 | 75 | 101 |
| Binary | 1111100 | 1101111 | 11011100 | 101100 | 110010 | 0 | 1110 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7C6FDC
Complementary color
Monochromatic Colors of #7C6FDC
Black with #7C6FDC
Text Example
Text Example
White with #7C6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FDC; }
p { color: rgb(124,111,220); }
H1.HeaderClassName
{
color: #7C6FDC;
}
.AnyTagClassName
{
color: #7C6FDC;
}
</style>
background-color css
<style>
a { background-color: #7C6FDC; }
a { background-color: rgb(124,111,220); }
div.DivClassName
{
background-color: #7C6FDC;
}
.BgClassName
{
background-color: #7C6FDC;
}
</style>
border-color css
<style>
span { border-color: #7C6FDC; }
span { border-color: rgb(124,111,220); }
td.TdClassName
{
border-color: #7C6FDC;
}
.TagClassName
{
border-color: #7C6FDC;
}
</style>