Shades of Medium Slate Blue #7A6DED
Tints of Medium Slate Blue #7A6DED
RGB
CMYK
RGB Variations
Color information
#7A6DED (or 0x7A6DED) is known color: Medium Slate Blue. HEX triplet: 7A, 6D and ED. RGB value is (122,109,237). Sum of RGB (Red+Green+Blue) = 122+109+237=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A6DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6DED is #859212. Grayscale: #7E7E7E. Windows color (decimal): -8753683 or 15560058. OLE color: 15560058.
HSL color Cylindrical-coordinate representation of color #7A6DED: hue angle of 246.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6DED is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 109 | 237 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.07 |
| HSL | 246.09º | 0.78% | 0.68% | - |
| HSV(B) | 246.09º | 0.54% | 0.93% | - |
| XYZ | 28.78 | 21.19 | 82.69 | - |
| YUV | 127.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 237 | 0.49 | 0.54 | 0 | 0.07 | 246.09 | 0.78 | 0.68 |
| Hex | 7A | 6D | ED | 31 | 36 | 0 | 7 | F6 | 4E | 44 |
| Octal | 172 | 155 | 355 | 61 | 66 | 0 | 7 | 366 | 116 | 104 |
| Binary | 1111010 | 1101101 | 11101101 | 110001 | 110110 | 0 | 111 | 11110110 | 1001110 | 1000100 |
Color Harmonies of #7A6DED
Complementary color
Monochromatic Colors of #7A6DED
Black with #7A6DED
Text Example
Text Example
White with #7A6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DED; }
p { color: rgb(122,109,237); }
H1.HeaderClassName
{
color: #7A6DED;
}
.AnyTagClassName
{
color: #7A6DED;
}
</style>
background-color css
<style>
a { background-color: #7A6DED; }
a { background-color: rgb(122,109,237); }
div.DivClassName
{
background-color: #7A6DED;
}
.BgClassName
{
background-color: #7A6DED;
}
</style>
border-color css
<style>
span { border-color: #7A6DED; }
span { border-color: rgb(122,109,237); }
td.TdClassName
{
border-color: #7A6DED;
}
.TagClassName
{
border-color: #7A6DED;
}
</style>