Shades of Medium Slate Blue #7C6BDF
Tints of Medium Slate Blue #7C6BDF
RGB
CMYK
RGB Variations
Color information
#7C6BDF (or 0x7C6BDF) is known color: Medium Slate Blue. HEX triplet: 7C, 6B and DF. RGB value is (124,107,223). Sum of RGB (Red+Green+Blue) = 124+107+223=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BDF is #839420. Grayscale: #7C7C7C. Windows color (decimal): -8623137 or 14642044. OLE color: 14642044.
HSL color Cylindrical-coordinate representation of color #7C6BDF: hue angle of 248.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C6BDF is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 107 | 223 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.13 |
| HSL | 248.79º | 0.64% | 0.65% | - |
| HSV(B) | 248.79º | 0.52% | 0.87% | - |
| XYZ | 26.89 | 20.13 | 72.28 | - |
| YUV | 125.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 223 | 0.44 | 0.52 | 0 | 0.13 | 248.79 | 0.64 | 0.65 |
| Hex | 7C | 6B | DF | 2C | 34 | 0 | D | F9 | 40 | 41 |
| Octal | 174 | 153 | 337 | 54 | 64 | 0 | 15 | 371 | 100 | 101 |
| Binary | 1111100 | 1101011 | 11011111 | 101100 | 110100 | 0 | 1101 | 11111001 | 1000000 | 1000001 |
Color Harmonies of #7C6BDF
Complementary color
Monochromatic Colors of #7C6BDF
Black with #7C6BDF
Text Example
Text Example
White with #7C6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BDF; }
p { color: rgb(124,107,223); }
H1.HeaderClassName
{
color: #7C6BDF;
}
.AnyTagClassName
{
color: #7C6BDF;
}
</style>
background-color css
<style>
a { background-color: #7C6BDF; }
a { background-color: rgb(124,107,223); }
div.DivClassName
{
background-color: #7C6BDF;
}
.BgClassName
{
background-color: #7C6BDF;
}
</style>
border-color css
<style>
span { border-color: #7C6BDF; }
span { border-color: rgb(124,107,223); }
td.TdClassName
{
border-color: #7C6BDF;
}
.TagClassName
{
border-color: #7C6BDF;
}
</style>