Shades of Medium Slate Blue #7A6ADC
Tints of Medium Slate Blue #7A6ADC
RGB
CMYK
RGB Variations
Color information
#7A6ADC (or 0x7A6ADC) is known color: Medium Slate Blue. HEX triplet: 7A, 6A and DC. RGB value is (122,106,220). Sum of RGB (Red+Green+Blue) = 122+106+220=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ADC is #859523. Grayscale: #7B7B7B. Windows color (decimal): -8754468 or 14445178. OLE color: 14445178.
HSL color Cylindrical-coordinate representation of color #7A6ADC: hue angle of 248.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6ADC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 106 | 220 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.14 |
| HSL | 248.42º | 0.62% | 0.64% | - |
| HSV(B) | 248.42º | 0.52% | 0.86% | - |
| XYZ | 26.1 | 19.61 | 70.12 | - |
| YUV | 123.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 220 | 0.45 | 0.52 | 0 | 0.14 | 248.42 | 0.62 | 0.64 |
| Hex | 7A | 6A | DC | 2D | 34 | 0 | E | F8 | 3E | 40 |
| Octal | 172 | 152 | 334 | 55 | 64 | 0 | 16 | 370 | 76 | 100 |
| Binary | 1111010 | 1101010 | 11011100 | 101101 | 110100 | 0 | 1110 | 11111000 | 111110 | 1000000 |
Color Harmonies of #7A6ADC
Complementary color
Monochromatic Colors of #7A6ADC
Black with #7A6ADC
Text Example
Text Example
White with #7A6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ADC; }
p { color: rgb(122,106,220); }
H1.HeaderClassName
{
color: #7A6ADC;
}
.AnyTagClassName
{
color: #7A6ADC;
}
</style>
background-color css
<style>
a { background-color: #7A6ADC; }
a { background-color: rgb(122,106,220); }
div.DivClassName
{
background-color: #7A6ADC;
}
.BgClassName
{
background-color: #7A6ADC;
}
</style>
border-color css
<style>
span { border-color: #7A6ADC; }
span { border-color: rgb(122,106,220); }
td.TdClassName
{
border-color: #7A6ADC;
}
.TagClassName
{
border-color: #7A6ADC;
}
</style>