Shades of Medium Slate Blue #7A6CF7
Tints of Medium Slate Blue #7A6CF7
RGB
CMYK
RGB Variations
Color information
#7A6CF7 (or 0x7A6CF7) is known color: Medium Slate Blue. HEX triplet: 7A, 6C and F7. RGB value is (122,108,247). Sum of RGB (Red+Green+Blue) = 122+108+247=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A6CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6CF7 is #859308. Grayscale: #7F7F7F. Windows color (decimal): -8753929 or 16215162. OLE color: 16215162.
HSL color Cylindrical-coordinate representation of color #7A6CF7: hue angle of 246.04º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A6CF7 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 108 | 247 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.03 |
| HSL | 246.04º | 0.9% | 0.7% | - |
| HSV(B) | 246.04º | 0.56% | 0.97% | - |
| XYZ | 30.18 | 21.58 | 90.57 | - |
| YUV | 128.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 247 | 0.51 | 0.56 | 0 | 0.03 | 246.04 | 0.9 | 0.7 |
| Hex | 7A | 6C | F7 | 33 | 38 | 0 | 3 | F6 | 5A | 46 |
| Octal | 172 | 154 | 367 | 63 | 70 | 0 | 3 | 366 | 132 | 106 |
| Binary | 1111010 | 1101100 | 11110111 | 110011 | 111000 | 0 | 11 | 11110110 | 1011010 | 1000110 |
Color Harmonies of #7A6CF7
Complementary color
Monochromatic Colors of #7A6CF7
Black with #7A6CF7
Text Example
Text Example
White with #7A6CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CF7; }
p { color: rgb(122,108,247); }
H1.HeaderClassName
{
color: #7A6CF7;
}
.AnyTagClassName
{
color: #7A6CF7;
}
</style>
background-color css
<style>
a { background-color: #7A6CF7; }
a { background-color: rgb(122,108,247); }
div.DivClassName
{
background-color: #7A6CF7;
}
.BgClassName
{
background-color: #7A6CF7;
}
</style>
border-color css
<style>
span { border-color: #7A6CF7; }
span { border-color: rgb(122,108,247); }
td.TdClassName
{
border-color: #7A6CF7;
}
.TagClassName
{
border-color: #7A6CF7;
}
</style>