Shades of Medium Slate Blue #7A6ADF
Tints of Medium Slate Blue #7A6ADF
RGB
CMYK
RGB Variations
Color information
#7A6ADF (or 0x7A6ADF) is known color: Medium Slate Blue. HEX triplet: 7A, 6A and DF. RGB value is (122,106,223). Sum of RGB (Red+Green+Blue) = 122+106+223=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ADF is #859520. Grayscale: #7B7B7B. Windows color (decimal): -8754465 or 14641786. OLE color: 14641786.
HSL color Cylindrical-coordinate representation of color #7A6ADF: hue angle of 248.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6ADF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 106 | 223 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.13 |
| HSL | 248.21º | 0.65% | 0.65% | - |
| HSV(B) | 248.21º | 0.52% | 0.87% | - |
| XYZ | 26.5 | 19.77 | 72.23 | - |
| YUV | 124.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 223 | 0.45 | 0.52 | 0 | 0.13 | 248.21 | 0.65 | 0.65 |
| Hex | 7A | 6A | DF | 2D | 34 | 0 | D | F8 | 41 | 41 |
| Octal | 172 | 152 | 337 | 55 | 64 | 0 | 15 | 370 | 101 | 101 |
| Binary | 1111010 | 1101010 | 11011111 | 101101 | 110100 | 0 | 1101 | 11111000 | 1000001 | 1000001 |
Color Harmonies of #7A6ADF
Complementary color
Monochromatic Colors of #7A6ADF
Black with #7A6ADF
Text Example
Text Example
White with #7A6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6ADF; }
p { color: rgb(122,106,223); }
H1.HeaderClassName
{
color: #7A6ADF;
}
.AnyTagClassName
{
color: #7A6ADF;
}
</style>
background-color css
<style>
a { background-color: #7A6ADF; }
a { background-color: rgb(122,106,223); }
div.DivClassName
{
background-color: #7A6ADF;
}
.BgClassName
{
background-color: #7A6ADF;
}
</style>
border-color css
<style>
span { border-color: #7A6ADF; }
span { border-color: rgb(122,106,223); }
td.TdClassName
{
border-color: #7A6ADF;
}
.TagClassName
{
border-color: #7A6ADF;
}
</style>