Shades of Medium Slate Blue #7A51FD
Tints of Medium Slate Blue #7A51FD
RGB
CMYK
RGB Variations
Color information
#7A51FD (or 0x7A51FD) is known color: Medium Slate Blue. HEX triplet: 7A, 51 and FD. RGB value is (122,81,253). Sum of RGB (Red+Green+Blue) = 122+81+253=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A51FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A51FD is #85AE02. Grayscale: #707070. Windows color (decimal): -8760835 or 16601466. OLE color: 16601466.
HSL color Cylindrical-coordinate representation of color #7A51FD: hue angle of 254.3º 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 #7A51FD is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 81 | 253 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.01 |
| HSL | 254.3º | 0.98% | 0.65% | - |
| HSV(B) | 254.3º | 0.68% | 0.99% | - |
| XYZ | 28.7 | 17.11 | 94.72 | - |
| YUV | 112.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 253 | 0.52 | 0.68 | 0 | 0.01 | 254.3 | 0.98 | 0.65 |
| Hex | 7A | 51 | FD | 34 | 44 | 0 | 1 | FE | 62 | 41 |
| Octal | 172 | 121 | 375 | 64 | 104 | 0 | 1 | 376 | 142 | 101 |
| Binary | 1111010 | 1010001 | 11111101 | 110100 | 1000100 | 0 | 1 | 11111110 | 1100010 | 1000001 |
Color Harmonies of #7A51FD
Complementary color
Monochromatic Colors of #7A51FD
Black with #7A51FD
Text Example
Text Example
White with #7A51FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A51FD; }
p { color: rgb(122,81,253); }
H1.HeaderClassName
{
color: #7A51FD;
}
.AnyTagClassName
{
color: #7A51FD;
}
</style>
background-color css
<style>
a { background-color: #7A51FD; }
a { background-color: rgb(122,81,253); }
div.DivClassName
{
background-color: #7A51FD;
}
.BgClassName
{
background-color: #7A51FD;
}
</style>
border-color css
<style>
span { border-color: #7A51FD; }
span { border-color: rgb(122,81,253); }
td.TdClassName
{
border-color: #7A51FD;
}
.TagClassName
{
border-color: #7A51FD;
}
</style>