Shades of Medium Slate Blue #7A4CED
Tints of Medium Slate Blue #7A4CED
RGB
CMYK
RGB Variations
Color information
#7A4CED (or 0x7A4CED) is known color: Medium Slate Blue. HEX triplet: 7A, 4C and ED. RGB value is (122,76,237). Sum of RGB (Red+Green+Blue) = 122+76+237=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A4CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A4CED is #85B312. Grayscale: #6B6B6B. Windows color (decimal): -8762131 or 15551610. OLE color: 15551610.
HSL color Cylindrical-coordinate representation of color #7A4CED: hue angle of 257.14º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A4CED is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 76 | 237 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 257.14º | 0.82% | 0.61% | - |
| HSV(B) | 257.14º | 0.68% | 0.93% | - |
| XYZ | 25.9 | 15.42 | 81.73 | - |
| YUV | 108.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 237 | 0.49 | 0.68 | 0 | 0.07 | 257.14 | 0.82 | 0.61 |
| Hex | 7A | 4C | ED | 31 | 44 | 0 | 7 | 101 | 52 | 3D |
| Octal | 172 | 114 | 355 | 61 | 104 | 0 | 7 | 401 | 122 | 75 |
| Binary | 1111010 | 1001100 | 11101101 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010010 | 111101 |
Color Harmonies of #7A4CED
Complementary color
Monochromatic Colors of #7A4CED
Black with #7A4CED
Text Example
Text Example
White with #7A4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4CED; }
p { color: rgb(122,76,237); }
H1.HeaderClassName
{
color: #7A4CED;
}
.AnyTagClassName
{
color: #7A4CED;
}
</style>
background-color css
<style>
a { background-color: #7A4CED; }
a { background-color: rgb(122,76,237); }
div.DivClassName
{
background-color: #7A4CED;
}
.BgClassName
{
background-color: #7A4CED;
}
</style>
border-color css
<style>
span { border-color: #7A4CED; }
span { border-color: rgb(122,76,237); }
td.TdClassName
{
border-color: #7A4CED;
}
.TagClassName
{
border-color: #7A4CED;
}
</style>