Shades of Medium Slate Blue #7A6DEA
Tints of Medium Slate Blue #7A6DEA
RGB
CMYK
RGB Variations
Color information
#7A6DEA (or 0x7A6DEA) is known color: Medium Slate Blue. HEX triplet: 7A, 6D and EA. RGB value is (122,109,234). Sum of RGB (Red+Green+Blue) = 122+109+234=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A6DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6DEA is #859215. Grayscale: #7E7E7E. Windows color (decimal): -8753686 or 15363450. OLE color: 15363450.
HSL color Cylindrical-coordinate representation of color #7A6DEA: hue angle of 246.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A6DEA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 109 | 234 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.08 |
| HSL | 246.24º | 0.75% | 0.67% | - |
| HSV(B) | 246.24º | 0.53% | 0.92% | - |
| XYZ | 28.35 | 21.02 | 80.4 | - |
| YUV | 127.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 234 | 0.48 | 0.53 | 0 | 0.08 | 246.24 | 0.75 | 0.67 |
| Hex | 7A | 6D | EA | 30 | 35 | 0 | 8 | F6 | 4B | 43 |
| Octal | 172 | 155 | 352 | 60 | 65 | 0 | 10 | 366 | 113 | 103 |
| Binary | 1111010 | 1101101 | 11101010 | 110000 | 110101 | 0 | 1000 | 11110110 | 1001011 | 1000011 |
Color Harmonies of #7A6DEA
Complementary color
Monochromatic Colors of #7A6DEA
Black with #7A6DEA
Text Example
Text Example
White with #7A6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DEA; }
p { color: rgb(122,109,234); }
H1.HeaderClassName
{
color: #7A6DEA;
}
.AnyTagClassName
{
color: #7A6DEA;
}
</style>
background-color css
<style>
a { background-color: #7A6DEA; }
a { background-color: rgb(122,109,234); }
div.DivClassName
{
background-color: #7A6DEA;
}
.BgClassName
{
background-color: #7A6DEA;
}
</style>
border-color css
<style>
span { border-color: #7A6DEA; }
span { border-color: rgb(122,109,234); }
td.TdClassName
{
border-color: #7A6DEA;
}
.TagClassName
{
border-color: #7A6DEA;
}
</style>