Shades of Medium Slate Blue #7E5AF7
Tints of Medium Slate Blue #7E5AF7
RGB
CMYK
RGB Variations
Color information
#7E5AF7 (or 0x7E5AF7) is known color: Medium Slate Blue. HEX triplet: 7E, 5A and F7. RGB value is (126,90,247). Sum of RGB (Red+Green+Blue) = 126+90+247=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #7E5AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5AF7 is #81A508. Grayscale: #767676. Windows color (decimal): -8496393 or 16210558. OLE color: 16210558.
HSL color Cylindrical-coordinate representation of color #7E5AF7: hue angle of 253.76º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E5AF7 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 90 | 247 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.03 |
| HSL | 253.76º | 0.91% | 0.66% | - |
| HSV(B) | 253.76º | 0.64% | 0.97% | - |
| XYZ | 29.05 | 18.46 | 90.03 | - |
| YUV | 118.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 247 | 0.49 | 0.64 | 0 | 0.03 | 253.76 | 0.91 | 0.66 |
| Hex | 7E | 5A | F7 | 31 | 40 | 0 | 3 | FE | 5B | 42 |
| Octal | 176 | 132 | 367 | 61 | 100 | 0 | 3 | 376 | 133 | 102 |
| Binary | 1111110 | 1011010 | 11110111 | 110001 | 1000000 | 0 | 11 | 11111110 | 1011011 | 1000010 |
Color Harmonies of #7E5AF7
Complementary color
Monochromatic Colors of #7E5AF7
Black with #7E5AF7
Text Example
Text Example
White with #7E5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AF7; }
p { color: rgb(126,90,247); }
H1.HeaderClassName
{
color: #7E5AF7;
}
.AnyTagClassName
{
color: #7E5AF7;
}
</style>
background-color css
<style>
a { background-color: #7E5AF7; }
a { background-color: rgb(126,90,247); }
div.DivClassName
{
background-color: #7E5AF7;
}
.BgClassName
{
background-color: #7E5AF7;
}
</style>
border-color css
<style>
span { border-color: #7E5AF7; }
span { border-color: rgb(126,90,247); }
td.TdClassName
{
border-color: #7E5AF7;
}
.TagClassName
{
border-color: #7E5AF7;
}
</style>