Shades of Medium Slate Blue #7A4FEF
Tints of Medium Slate Blue #7A4FEF
RGB
CMYK
RGB Variations
Color information
#7A4FEF (or 0x7A4FEF) is known color: Medium Slate Blue. HEX triplet: 7A, 4F and EF. RGB value is (122,79,239). Sum of RGB (Red+Green+Blue) = 122+79+239=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A4FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4FEF is #85B010. Grayscale: #6D6D6D. Windows color (decimal): -8761361 or 15683450. OLE color: 15683450.
HSL color Cylindrical-coordinate representation of color #7A4FEF: hue angle of 256.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A4FEF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 79 | 239 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.06 |
| HSL | 256.13º | 0.83% | 0.62% | - |
| HSV(B) | 256.13º | 0.67% | 0.94% | - |
| XYZ | 26.4 | 15.96 | 83.35 | - |
| YUV | 110.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 239 | 0.49 | 0.67 | 0 | 0.06 | 256.13 | 0.83 | 0.62 |
| Hex | 7A | 4F | EF | 31 | 43 | 0 | 6 | 100 | 53 | 3E |
| Octal | 172 | 117 | 357 | 61 | 103 | 0 | 6 | 400 | 123 | 76 |
| Binary | 1111010 | 1001111 | 11101111 | 110001 | 1000011 | 0 | 110 | 100000000 | 1010011 | 111110 |
Color Harmonies of #7A4FEF
Complementary color
Monochromatic Colors of #7A4FEF
Black with #7A4FEF
Text Example
Text Example
White with #7A4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FEF; }
p { color: rgb(122,79,239); }
H1.HeaderClassName
{
color: #7A4FEF;
}
.AnyTagClassName
{
color: #7A4FEF;
}
</style>
background-color css
<style>
a { background-color: #7A4FEF; }
a { background-color: rgb(122,79,239); }
div.DivClassName
{
background-color: #7A4FEF;
}
.BgClassName
{
background-color: #7A4FEF;
}
</style>
border-color css
<style>
span { border-color: #7A4FEF; }
span { border-color: rgb(122,79,239); }
td.TdClassName
{
border-color: #7A4FEF;
}
.TagClassName
{
border-color: #7A4FEF;
}
</style>