Shades of Medium Slate Blue #7A50FD
Tints of Medium Slate Blue #7A50FD
RGB
CMYK
RGB Variations
Color information
#7A50FD (or 0x7A50FD) is known color: Medium Slate Blue. HEX triplet: 7A, 50 and FD. RGB value is (122,80,253). Sum of RGB (Red+Green+Blue) = 122+80+253=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A50FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A50FD is #85AF02. Grayscale: #6F6F6F. Windows color (decimal): -8761091 or 16601210. OLE color: 16601210.
HSL color Cylindrical-coordinate representation of color #7A50FD: hue angle of 254.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A50FD is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 80 | 253 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.01 |
| HSL | 254.57º | 0.98% | 0.65% | - |
| HSV(B) | 254.57º | 0.68% | 0.99% | - |
| XYZ | 28.62 | 16.97 | 94.69 | - |
| YUV | 112.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 253 | 0.52 | 0.68 | 0 | 0.01 | 254.57 | 0.98 | 0.65 |
| Hex | 7A | 50 | FD | 34 | 44 | 0 | 1 | FF | 62 | 41 |
| Octal | 172 | 120 | 375 | 64 | 104 | 0 | 1 | 377 | 142 | 101 |
| Binary | 1111010 | 1010000 | 11111101 | 110100 | 1000100 | 0 | 1 | 11111111 | 1100010 | 1000001 |
Color Harmonies of #7A50FD
Complementary color
Monochromatic Colors of #7A50FD
Black with #7A50FD
Text Example
Text Example
White with #7A50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50FD; }
p { color: rgb(122,80,253); }
H1.HeaderClassName
{
color: #7A50FD;
}
.AnyTagClassName
{
color: #7A50FD;
}
</style>
background-color css
<style>
a { background-color: #7A50FD; }
a { background-color: rgb(122,80,253); }
div.DivClassName
{
background-color: #7A50FD;
}
.BgClassName
{
background-color: #7A50FD;
}
</style>
border-color css
<style>
span { border-color: #7A50FD; }
span { border-color: rgb(122,80,253); }
td.TdClassName
{
border-color: #7A50FD;
}
.TagClassName
{
border-color: #7A50FD;
}
</style>