Shades of Medium Slate Blue #7A6EDA
Tints of Medium Slate Blue #7A6EDA
RGB
CMYK
RGB Variations
Color information
#7A6EDA (or 0x7A6EDA) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and DA. RGB value is (122,110,218). Sum of RGB (Red+Green+Blue) = 122+110+218=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A6EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDA is #859125. Grayscale: #7D7D7D. Windows color (decimal): -8753446 or 14315130. OLE color: 14315130.
HSL color Cylindrical-coordinate representation of color #7A6EDA: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6EDA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 110 | 218 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.15 |
| HSL | 246.67º | 0.59% | 0.64% | - |
| HSV(B) | 246.67º | 0.5% | 0.85% | - |
| XYZ | 26.26 | 20.35 | 68.87 | - |
| YUV | 125.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 218 | 0.44 | 0.50 | 0 | 0.15 | 246.67 | 0.59 | 0.64 |
| Hex | 7A | 6E | DA | 2C | 32 | 0 | F | F7 | 3B | 40 |
| Octal | 172 | 156 | 332 | 54 | 62 | 0 | 17 | 367 | 73 | 100 |
| Binary | 1111010 | 1101110 | 11011010 | 101100 | 110010 | 0 | 1111 | 11110111 | 111011 | 1000000 |
Color Harmonies of #7A6EDA
Complementary color
Monochromatic Colors of #7A6EDA
Black with #7A6EDA
Text Example
Text Example
White with #7A6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EDA; }
p { color: rgb(122,110,218); }
H1.HeaderClassName
{
color: #7A6EDA;
}
.AnyTagClassName
{
color: #7A6EDA;
}
</style>
background-color css
<style>
a { background-color: #7A6EDA; }
a { background-color: rgb(122,110,218); }
div.DivClassName
{
background-color: #7A6EDA;
}
.BgClassName
{
background-color: #7A6EDA;
}
</style>
border-color css
<style>
span { border-color: #7A6EDA; }
span { border-color: rgb(122,110,218); }
td.TdClassName
{
border-color: #7A6EDA;
}
.TagClassName
{
border-color: #7A6EDA;
}
</style>