Shades of Medium Slate Blue #7A60FD
Tints of Medium Slate Blue #7A60FD
RGB
CMYK
RGB Variations
Color information
#7A60FD (or 0x7A60FD) is known color: Medium Slate Blue. HEX triplet: 7A, 60 and FD. RGB value is (122,96,253). Sum of RGB (Red+Green+Blue) = 122+96+253=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A60FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A60FD is #859F02. Grayscale: #797979. Windows color (decimal): -8756995 or 16605306. OLE color: 16605306.
HSL color Cylindrical-coordinate representation of color #7A60FD: hue angle of 249.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A60FD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 96 | 253 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.01 |
| HSL | 249.94º | 0.98% | 0.68% | - |
| HSV(B) | 249.94º | 0.62% | 0.99% | - |
| XYZ | 29.94 | 19.6 | 95.13 | - |
| YUV | 121.67 | 202.11 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 253 | 0.52 | 0.62 | 0 | 0.01 | 249.94 | 0.98 | 0.68 |
| Hex | 7A | 60 | FD | 34 | 3E | 0 | 1 | FA | 62 | 44 |
| Octal | 172 | 140 | 375 | 64 | 76 | 0 | 1 | 372 | 142 | 104 |
| Binary | 1111010 | 1100000 | 11111101 | 110100 | 111110 | 0 | 1 | 11111010 | 1100010 | 1000100 |
Color Harmonies of #7A60FD
Complementary color
Monochromatic Colors of #7A60FD
Black with #7A60FD
Text Example
Text Example
White with #7A60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A60FD; }
p { color: rgb(122,96,253); }
H1.HeaderClassName
{
color: #7A60FD;
}
.AnyTagClassName
{
color: #7A60FD;
}
</style>
background-color css
<style>
a { background-color: #7A60FD; }
a { background-color: rgb(122,96,253); }
div.DivClassName
{
background-color: #7A60FD;
}
.BgClassName
{
background-color: #7A60FD;
}
</style>
border-color css
<style>
span { border-color: #7A60FD; }
span { border-color: rgb(122,96,253); }
td.TdClassName
{
border-color: #7A60FD;
}
.TagClassName
{
border-color: #7A60FD;
}
</style>