Shades of Medium Slate Blue #7A46FD
Tints of Medium Slate Blue #7A46FD
RGB
CMYK
RGB Variations
Color information
#7A46FD (or 0x7A46FD) is known color: Medium Slate Blue. HEX triplet: 7A, 46 and FD. RGB value is (122,70,253). Sum of RGB (Red+Green+Blue) = 122+70+253=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A46FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A46FD is #85B902. Grayscale: #696969. Windows color (decimal): -8763651 or 16598650. OLE color: 16598650.
HSL color Cylindrical-coordinate representation of color #7A46FD: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A46FD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 70 | 253 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.01 |
| HSL | 257.05º | 0.98% | 0.63% | - |
| HSV(B) | 257.05º | 0.72% | 0.99% | - |
| XYZ | 27.95 | 15.61 | 94.47 | - |
| YUV | 106.41 | 210.73 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 253 | 0.52 | 0.72 | 0 | 0.01 | 257.05 | 0.98 | 0.63 |
| Hex | 7A | 46 | FD | 34 | 48 | 0 | 1 | 101 | 62 | 3F |
| Octal | 172 | 106 | 375 | 64 | 110 | 0 | 1 | 401 | 142 | 77 |
| Binary | 1111010 | 1000110 | 11111101 | 110100 | 1001000 | 0 | 1 | 100000001 | 1100010 | 111111 |
Color Harmonies of #7A46FD
Complementary color
Monochromatic Colors of #7A46FD
Black with #7A46FD
Text Example
Text Example
White with #7A46FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A46FD; }
p { color: rgb(122,70,253); }
H1.HeaderClassName
{
color: #7A46FD;
}
.AnyTagClassName
{
color: #7A46FD;
}
</style>
background-color css
<style>
a { background-color: #7A46FD; }
a { background-color: rgb(122,70,253); }
div.DivClassName
{
background-color: #7A46FD;
}
.BgClassName
{
background-color: #7A46FD;
}
</style>
border-color css
<style>
span { border-color: #7A46FD; }
span { border-color: rgb(122,70,253); }
td.TdClassName
{
border-color: #7A46FD;
}
.TagClassName
{
border-color: #7A46FD;
}
</style>