Shades of Medium Slate Blue #7E5CFA
Tints of Medium Slate Blue #7E5CFA
RGB
CMYK
RGB Variations
Color information
#7E5CFA (or 0x7E5CFA) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and FA. RGB value is (126,92,250). Sum of RGB (Red+Green+Blue) = 126+92+250=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E5CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CFA is #81A305. Grayscale: #777777. Windows color (decimal): -8495878 or 16407678. OLE color: 16407678.
HSL color Cylindrical-coordinate representation of color #7E5CFA: hue angle of 252.91º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E5CFA is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 92 | 250 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.02 |
| HSL | 252.91º | 0.94% | 0.67% | - |
| HSV(B) | 252.91º | 0.63% | 0.98% | - |
| XYZ | 29.69 | 18.99 | 92.54 | - |
| YUV | 120.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 250 | 0.50 | 0.63 | 0 | 0.02 | 252.91 | 0.94 | 0.67 |
| Hex | 7E | 5C | FA | 32 | 3F | 0 | 2 | FD | 5E | 43 |
| Octal | 176 | 134 | 372 | 62 | 77 | 0 | 2 | 375 | 136 | 103 |
| Binary | 1111110 | 1011100 | 11111010 | 110010 | 111111 | 0 | 10 | 11111101 | 1011110 | 1000011 |
Color Harmonies of #7E5CFA
Complementary color
Monochromatic Colors of #7E5CFA
Black with #7E5CFA
Text Example
Text Example
White with #7E5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CFA; }
p { color: rgb(126,92,250); }
H1.HeaderClassName
{
color: #7E5CFA;
}
.AnyTagClassName
{
color: #7E5CFA;
}
</style>
background-color css
<style>
a { background-color: #7E5CFA; }
a { background-color: rgb(126,92,250); }
div.DivClassName
{
background-color: #7E5CFA;
}
.BgClassName
{
background-color: #7E5CFA;
}
</style>
border-color css
<style>
span { border-color: #7E5CFA; }
span { border-color: rgb(126,92,250); }
td.TdClassName
{
border-color: #7E5CFA;
}
.TagClassName
{
border-color: #7E5CFA;
}
</style>