Shades of Medium Slate Blue #7A6FF2
Tints of Medium Slate Blue #7A6FF2
RGB
CMYK
RGB Variations
Color information
#7A6FF2 (or 0x7A6FF2) is known color: Medium Slate Blue. HEX triplet: 7A, 6F and F2. RGB value is (122,111,242). Sum of RGB (Red+Green+Blue) = 122+111+242=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A6FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6FF2 is #85900D. Grayscale: #808080. Windows color (decimal): -8753166 or 15888250. OLE color: 15888250.
HSL color Cylindrical-coordinate representation of color #7A6FF2: hue angle of 245.04º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6FF2 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 111 | 242 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.05 |
| HSL | 245.04º | 0.83% | 0.69% | - |
| HSV(B) | 245.04º | 0.54% | 0.95% | - |
| XYZ | 29.74 | 21.92 | 86.67 | - |
| YUV | 129.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 242 | 0.50 | 0.54 | 0 | 0.05 | 245.04 | 0.83 | 0.69 |
| Hex | 7A | 6F | F2 | 32 | 36 | 0 | 5 | F5 | 53 | 45 |
| Octal | 172 | 157 | 362 | 62 | 66 | 0 | 5 | 365 | 123 | 105 |
| Binary | 1111010 | 1101111 | 11110010 | 110010 | 110110 | 0 | 101 | 11110101 | 1010011 | 1000101 |
Color Harmonies of #7A6FF2
Complementary color
Monochromatic Colors of #7A6FF2
Black with #7A6FF2
Text Example
Text Example
White with #7A6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FF2; }
p { color: rgb(122,111,242); }
H1.HeaderClassName
{
color: #7A6FF2;
}
.AnyTagClassName
{
color: #7A6FF2;
}
</style>
background-color css
<style>
a { background-color: #7A6FF2; }
a { background-color: rgb(122,111,242); }
div.DivClassName
{
background-color: #7A6FF2;
}
.BgClassName
{
background-color: #7A6FF2;
}
</style>
border-color css
<style>
span { border-color: #7A6FF2; }
span { border-color: rgb(122,111,242); }
td.TdClassName
{
border-color: #7A6FF2;
}
.TagClassName
{
border-color: #7A6FF2;
}
</style>