Shades of Medium Slate Blue #7A6DDC
Tints of Medium Slate Blue #7A6DDC
RGB
CMYK
RGB Variations
Color information
#7A6DDC (or 0x7A6DDC) is known color: Medium Slate Blue. HEX triplet: 7A, 6D and DC. RGB value is (122,109,220). Sum of RGB (Red+Green+Blue) = 122+109+220=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DDC is #859223. Grayscale: #7D7D7D. Windows color (decimal): -8753700 or 14445946. OLE color: 14445946.
HSL color Cylindrical-coordinate representation of color #7A6DDC: hue angle of 247.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A6DDC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 109 | 220 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.14 |
| HSL | 247.03º | 0.61% | 0.65% | - |
| HSV(B) | 247.03º | 0.5% | 0.86% | - |
| XYZ | 26.41 | 20.24 | 70.23 | - |
| YUV | 125.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 220 | 0.45 | 0.50 | 0 | 0.14 | 247.03 | 0.61 | 0.65 |
| Hex | 7A | 6D | DC | 2D | 32 | 0 | E | F7 | 3D | 41 |
| Octal | 172 | 155 | 334 | 55 | 62 | 0 | 16 | 367 | 75 | 101 |
| Binary | 1111010 | 1101101 | 11011100 | 101101 | 110010 | 0 | 1110 | 11110111 | 111101 | 1000001 |
Color Harmonies of #7A6DDC
Complementary color
Monochromatic Colors of #7A6DDC
Black with #7A6DDC
Text Example
Text Example
White with #7A6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6DDC; }
p { color: rgb(122,109,220); }
H1.HeaderClassName
{
color: #7A6DDC;
}
.AnyTagClassName
{
color: #7A6DDC;
}
</style>
background-color css
<style>
a { background-color: #7A6DDC; }
a { background-color: rgb(122,109,220); }
div.DivClassName
{
background-color: #7A6DDC;
}
.BgClassName
{
background-color: #7A6DDC;
}
</style>
border-color css
<style>
span { border-color: #7A6DDC; }
span { border-color: rgb(122,109,220); }
td.TdClassName
{
border-color: #7A6DDC;
}
.TagClassName
{
border-color: #7A6DDC;
}
</style>