Shades of Medium Slate Blue #7A6EF3
Tints of Medium Slate Blue #7A6EF3
RGB
CMYK
RGB Variations
Color information
#7A6EF3 (or 0x7A6EF3) is known color: Medium Slate Blue. HEX triplet: 7A, 6E and F3. RGB value is (122,110,243). Sum of RGB (Red+Green+Blue) = 122+110+243=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A6EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6EF3 is #85910C. Grayscale: #808080. Windows color (decimal): -8753421 or 15953530. OLE color: 15953530.
HSL color Cylindrical-coordinate representation of color #7A6EF3: hue angle of 245.41º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6EF3 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 110 | 243 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.05 |
| HSL | 245.41º | 0.85% | 0.69% | - |
| HSV(B) | 245.41º | 0.55% | 0.95% | - |
| XYZ | 29.78 | 21.76 | 87.42 | - |
| YUV | 128.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 243 | 0.50 | 0.55 | 0 | 0.05 | 245.41 | 0.85 | 0.69 |
| Hex | 7A | 6E | F3 | 32 | 37 | 0 | 5 | F5 | 55 | 45 |
| Octal | 172 | 156 | 363 | 62 | 67 | 0 | 5 | 365 | 125 | 105 |
| Binary | 1111010 | 1101110 | 11110011 | 110010 | 110111 | 0 | 101 | 11110101 | 1010101 | 1000101 |
Color Harmonies of #7A6EF3
Complementary color
Monochromatic Colors of #7A6EF3
Black with #7A6EF3
Text Example
Text Example
White with #7A6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6EF3; }
p { color: rgb(122,110,243); }
H1.HeaderClassName
{
color: #7A6EF3;
}
.AnyTagClassName
{
color: #7A6EF3;
}
</style>
background-color css
<style>
a { background-color: #7A6EF3; }
a { background-color: rgb(122,110,243); }
div.DivClassName
{
background-color: #7A6EF3;
}
.BgClassName
{
background-color: #7A6EF3;
}
</style>
border-color css
<style>
span { border-color: #7A6EF3; }
span { border-color: rgb(122,110,243); }
td.TdClassName
{
border-color: #7A6EF3;
}
.TagClassName
{
border-color: #7A6EF3;
}
</style>