Shades of Medium Slate Blue #7C6BDE
Tints of Medium Slate Blue #7C6BDE
RGB
CMYK
RGB Variations
Color information
#7C6BDE (or 0x7C6BDE) is known color: Medium Slate Blue. HEX triplet: 7C, 6B and DE. RGB value is (124,107,222). Sum of RGB (Red+Green+Blue) = 124+107+222=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C6BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BDE is #839421. Grayscale: #7C7C7C. Windows color (decimal): -8623138 or 14576508. OLE color: 14576508.
HSL color Cylindrical-coordinate representation of color #7C6BDE: hue angle of 248.87º 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 #7C6BDE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 107 | 222 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.13 |
| HSL | 248.87º | 0.64% | 0.65% | - |
| HSV(B) | 248.87º | 0.52% | 0.87% | - |
| XYZ | 26.75 | 20.07 | 71.57 | - |
| YUV | 125.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 222 | 0.44 | 0.52 | 0 | 0.13 | 248.87 | 0.64 | 0.65 |
| Hex | 7C | 6B | DE | 2C | 34 | 0 | D | F9 | 40 | 41 |
| Octal | 174 | 153 | 336 | 54 | 64 | 0 | 15 | 371 | 100 | 101 |
| Binary | 1111100 | 1101011 | 11011110 | 101100 | 110100 | 0 | 1101 | 11111001 | 1000000 | 1000001 |
Color Harmonies of #7C6BDE
Complementary color
Monochromatic Colors of #7C6BDE
Black with #7C6BDE
Text Example
Text Example
White with #7C6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BDE; }
p { color: rgb(124,107,222); }
H1.HeaderClassName
{
color: #7C6BDE;
}
.AnyTagClassName
{
color: #7C6BDE;
}
</style>
background-color css
<style>
a { background-color: #7C6BDE; }
a { background-color: rgb(124,107,222); }
div.DivClassName
{
background-color: #7C6BDE;
}
.BgClassName
{
background-color: #7C6BDE;
}
</style>
border-color css
<style>
span { border-color: #7C6BDE; }
span { border-color: rgb(124,107,222); }
td.TdClassName
{
border-color: #7C6BDE;
}
.TagClassName
{
border-color: #7C6BDE;
}
</style>