Shades of Medium Slate Blue #7A4DFD
Tints of Medium Slate Blue #7A4DFD
RGB
CMYK
RGB Variations
Color information
#7A4DFD (or 0x7A4DFD) is known color: Medium Slate Blue. HEX triplet: 7A, 4D and FD. RGB value is (122,77,253). Sum of RGB (Red+Green+Blue) = 122+77+253=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A4DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A4DFD is #85B202. Grayscale: #6D6D6D. Windows color (decimal): -8761859 or 16600442. OLE color: 16600442.
HSL color Cylindrical-coordinate representation of color #7A4DFD: hue angle of 255.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A4DFD is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 77 | 253 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.01 |
| HSL | 255.34º | 0.98% | 0.65% | - |
| HSV(B) | 255.34º | 0.7% | 0.99% | - |
| XYZ | 28.41 | 16.54 | 94.62 | - |
| YUV | 110.52 | 208.41 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 253 | 0.52 | 0.70 | 0 | 0.01 | 255.34 | 0.98 | 0.65 |
| Hex | 7A | 4D | FD | 34 | 46 | 0 | 1 | FF | 62 | 41 |
| Octal | 172 | 115 | 375 | 64 | 106 | 0 | 1 | 377 | 142 | 101 |
| Binary | 1111010 | 1001101 | 11111101 | 110100 | 1000110 | 0 | 1 | 11111111 | 1100010 | 1000001 |
Color Harmonies of #7A4DFD
Complementary color
Monochromatic Colors of #7A4DFD
Black with #7A4DFD
Text Example
Text Example
White with #7A4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DFD; }
p { color: rgb(122,77,253); }
H1.HeaderClassName
{
color: #7A4DFD;
}
.AnyTagClassName
{
color: #7A4DFD;
}
</style>
background-color css
<style>
a { background-color: #7A4DFD; }
a { background-color: rgb(122,77,253); }
div.DivClassName
{
background-color: #7A4DFD;
}
.BgClassName
{
background-color: #7A4DFD;
}
</style>
border-color css
<style>
span { border-color: #7A4DFD; }
span { border-color: rgb(122,77,253); }
td.TdClassName
{
border-color: #7A4DFD;
}
.TagClassName
{
border-color: #7A4DFD;
}
</style>