Shades of Medium Slate Blue #7C6AEB
Tints of Medium Slate Blue #7C6AEB
RGB
CMYK
RGB Variations
Color information
#7C6AEB (or 0x7C6AEB) is known color: Medium Slate Blue. HEX triplet: 7C, 6A and EB. RGB value is (124,106,235). Sum of RGB (Red+Green+Blue) = 124+106+235=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C6AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6AEB is #839514. Grayscale: #7D7D7D. Windows color (decimal): -8623381 or 15428220. OLE color: 15428220.
HSL color Cylindrical-coordinate representation of color #7C6AEB: hue angle of 248.37º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6AEB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 106 | 235 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.08 |
| HSL | 248.37º | 0.76% | 0.67% | - |
| HSV(B) | 248.37º | 0.55% | 0.92% | - |
| XYZ | 28.46 | 20.59 | 81.07 | - |
| YUV | 126.09 | 189.46 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 235 | 0.47 | 0.55 | 0 | 0.08 | 248.37 | 0.76 | 0.67 |
| Hex | 7C | 6A | EB | 2F | 37 | 0 | 8 | F8 | 4C | 43 |
| Octal | 174 | 152 | 353 | 57 | 67 | 0 | 10 | 370 | 114 | 103 |
| Binary | 1111100 | 1101010 | 11101011 | 101111 | 110111 | 0 | 1000 | 11111000 | 1001100 | 1000011 |
Color Harmonies of #7C6AEB
Complementary color
Monochromatic Colors of #7C6AEB
Black with #7C6AEB
Text Example
Text Example
White with #7C6AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6AEB; }
p { color: rgb(124,106,235); }
H1.HeaderClassName
{
color: #7C6AEB;
}
.AnyTagClassName
{
color: #7C6AEB;
}
</style>
background-color css
<style>
a { background-color: #7C6AEB; }
a { background-color: rgb(124,106,235); }
div.DivClassName
{
background-color: #7C6AEB;
}
.BgClassName
{
background-color: #7C6AEB;
}
</style>
border-color css
<style>
span { border-color: #7C6AEB; }
span { border-color: rgb(124,106,235); }
td.TdClassName
{
border-color: #7C6AEB;
}
.TagClassName
{
border-color: #7C6AEB;
}
</style>