Shades of Medium Slate Blue #7A6EDF
Tints of Medium Slate Blue #7A6EDF
RGB
CMYK
RGB Variations
Color information
#7A6EDF (or 0x7A6EDF) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and DF. RGB value is (122,110,223). Sum of RGB (Red+Green+Blue) = 122+110+223=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EDF is #859120. Grayscale: #7E7E7E. Windows color (decimal): -8753441 or 14642810. OLE color: 14642810.
HSL color Cylindrical-coordinate representation of color #7A6EDF: hue angle of 246.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6EDF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 110 | 223 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.13 |
| HSL | 246.37º | 0.64% | 0.65% | - |
| HSV(B) | 246.37º | 0.51% | 0.87% | - |
| XYZ | 26.92 | 20.62 | 72.37 | - |
| YUV | 126.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 223 | 0.45 | 0.51 | 0 | 0.13 | 246.37 | 0.64 | 0.65 |
| Hex | 7A | 6E | DF | 2D | 33 | 0 | D | F6 | 40 | 41 |
| Octal | 172 | 156 | 337 | 55 | 63 | 0 | 15 | 366 | 100 | 101 |
| Binary | 1111010 | 1101110 | 11011111 | 101101 | 110011 | 0 | 1101 | 11110110 | 1000000 | 1000001 |
Color Harmonies of #7A6EDF
Complementary color
Monochromatic Colors of #7A6EDF
Black with #7A6EDF
Text Example
Text Example
White with #7A6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EDF; }
p { color: rgb(122,110,223); }
H1.HeaderClassName
{
color: #7A6EDF;
}
.AnyTagClassName
{
color: #7A6EDF;
}
</style>
background-color css
<style>
a { background-color: #7A6EDF; }
a { background-color: rgb(122,110,223); }
div.DivClassName
{
background-color: #7A6EDF;
}
.BgClassName
{
background-color: #7A6EDF;
}
</style>
border-color css
<style>
span { border-color: #7A6EDF; }
span { border-color: rgb(122,110,223); }
td.TdClassName
{
border-color: #7A6EDF;
}
.TagClassName
{
border-color: #7A6EDF;
}
</style>