Shades of Medium Slate Blue #7C6CDE
Tints of Medium Slate Blue #7C6CDE
RGB
CMYK
RGB Variations
Color information
#7C6CDE (or 0x7C6CDE) is known color: Medium Slate Blue. HEX triplet: 7C, 6C and DE. RGB value is (124,108,222). Sum of RGB (Red+Green+Blue) = 124+108+222=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C6CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CDE is #839321. Grayscale: #7D7D7D. Windows color (decimal): -8622882 or 14576764. OLE color: 14576764.
HSL color Cylindrical-coordinate representation of color #7C6CDE: hue angle of 248.42º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C6CDE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 108 | 222 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.13 |
| HSL | 248.42º | 0.63% | 0.65% | - |
| HSV(B) | 248.42º | 0.51% | 0.87% | - |
| XYZ | 26.86 | 20.28 | 71.61 | - |
| YUV | 125.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 222 | 0.44 | 0.51 | 0 | 0.13 | 248.42 | 0.63 | 0.65 |
| Hex | 7C | 6C | DE | 2C | 33 | 0 | D | F8 | 3F | 41 |
| Octal | 174 | 154 | 336 | 54 | 63 | 0 | 15 | 370 | 77 | 101 |
| Binary | 1111100 | 1101100 | 11011110 | 101100 | 110011 | 0 | 1101 | 11111000 | 111111 | 1000001 |
Color Harmonies of #7C6CDE
Complementary color
Monochromatic Colors of #7C6CDE
Black with #7C6CDE
Text Example
Text Example
White with #7C6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6CDE; }
p { color: rgb(124,108,222); }
H1.HeaderClassName
{
color: #7C6CDE;
}
.AnyTagClassName
{
color: #7C6CDE;
}
</style>
background-color css
<style>
a { background-color: #7C6CDE; }
a { background-color: rgb(124,108,222); }
div.DivClassName
{
background-color: #7C6CDE;
}
.BgClassName
{
background-color: #7C6CDE;
}
</style>
border-color css
<style>
span { border-color: #7C6CDE; }
span { border-color: rgb(124,108,222); }
td.TdClassName
{
border-color: #7C6CDE;
}
.TagClassName
{
border-color: #7C6CDE;
}
</style>