Shades of Medium Slate Blue #7A6AED
Tints of Medium Slate Blue #7A6AED
RGB
CMYK
RGB Variations
Color information
#7A6AED (or 0x7A6AED) is known color: Medium Slate Blue. HEX triplet: 7A, 6A and ED. RGB value is (122,106,237). Sum of RGB (Red+Green+Blue) = 122+106+237=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A6AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6AED is #859512. Grayscale: #7D7D7D. Windows color (decimal): -8754451 or 15559290. OLE color: 15559290.
HSL color Cylindrical-coordinate representation of color #7A6AED: hue angle of 247.33º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6AED is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 106 | 237 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.07 |
| HSL | 247.33º | 0.78% | 0.67% | - |
| HSV(B) | 247.33º | 0.55% | 0.93% | - |
| XYZ | 28.47 | 20.56 | 82.59 | - |
| YUV | 125.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 237 | 0.49 | 0.55 | 0 | 0.07 | 247.33 | 0.78 | 0.67 |
| Hex | 7A | 6A | ED | 31 | 37 | 0 | 7 | F7 | 4E | 43 |
| Octal | 172 | 152 | 355 | 61 | 67 | 0 | 7 | 367 | 116 | 103 |
| Binary | 1111010 | 1101010 | 11101101 | 110001 | 110111 | 0 | 111 | 11110111 | 1001110 | 1000011 |
Color Harmonies of #7A6AED
Complementary color
Monochromatic Colors of #7A6AED
Black with #7A6AED
Text Example
Text Example
White with #7A6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6AED; }
p { color: rgb(122,106,237); }
H1.HeaderClassName
{
color: #7A6AED;
}
.AnyTagClassName
{
color: #7A6AED;
}
</style>
background-color css
<style>
a { background-color: #7A6AED; }
a { background-color: rgb(122,106,237); }
div.DivClassName
{
background-color: #7A6AED;
}
.BgClassName
{
background-color: #7A6AED;
}
</style>
border-color css
<style>
span { border-color: #7A6AED; }
span { border-color: rgb(122,106,237); }
td.TdClassName
{
border-color: #7A6AED;
}
.TagClassName
{
border-color: #7A6AED;
}
</style>