Shades of Medium Slate Blue #7E5AFC
Tints of Medium Slate Blue #7E5AFC
RGB
CMYK
RGB Variations
Color information
#7E5AFC (or 0x7E5AFC) is known color: Medium Slate Blue. HEX triplet: 7E, 5A and FC. RGB value is (126,90,252). Sum of RGB (Red+Green+Blue) = 126+90+252=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5AFC is #81A503. Grayscale: #767676. Windows color (decimal): -8496388 or 16538238. OLE color: 16538238.
HSL color Cylindrical-coordinate representation of color #7E5AFC: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E5AFC is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 90 | 252 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.01 |
| HSL | 253.33º | 0.96% | 0.67% | - |
| HSV(B) | 253.33º | 0.64% | 0.99% | - |
| XYZ | 29.83 | 18.78 | 94.15 | - |
| YUV | 119.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 252 | 0.5 | 0.64 | 0 | 0.01 | 253.33 | 0.96 | 0.67 |
| Hex | 7E | 5A | FC | 32 | 40 | 0 | 1 | FD | 60 | 43 |
| Octal | 176 | 132 | 374 | 62 | 100 | 0 | 1 | 375 | 140 | 103 |
| Binary | 1111110 | 1011010 | 11111100 | 110010 | 1000000 | 0 | 1 | 11111101 | 1100000 | 1000011 |
Color Harmonies of #7E5AFC
Complementary color
Monochromatic Colors of #7E5AFC
Black with #7E5AFC
Text Example
Text Example
White with #7E5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AFC; }
p { color: rgb(126,90,252); }
H1.HeaderClassName
{
color: #7E5AFC;
}
.AnyTagClassName
{
color: #7E5AFC;
}
</style>
background-color css
<style>
a { background-color: #7E5AFC; }
a { background-color: rgb(126,90,252); }
div.DivClassName
{
background-color: #7E5AFC;
}
.BgClassName
{
background-color: #7E5AFC;
}
</style>
border-color css
<style>
span { border-color: #7E5AFC; }
span { border-color: rgb(126,90,252); }
td.TdClassName
{
border-color: #7E5AFC;
}
.TagClassName
{
border-color: #7E5AFC;
}
</style>