Shades of Medium Slate Blue #7E5AEA
Tints of Medium Slate Blue #7E5AEA
RGB
CMYK
RGB Variations
Color information
#7E5AEA (or 0x7E5AEA) is known color: Medium Slate Blue. HEX triplet: 7E, 5A and EA. RGB value is (126,90,234). Sum of RGB (Red+Green+Blue) = 126+90+234=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E5AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5AEA is #81A515. Grayscale: #747474. Windows color (decimal): -8496406 or 15358590. OLE color: 15358590.
HSL color Cylindrical-coordinate representation of color #7E5AEA: hue angle of 255º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E5AEA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 90 | 234 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.08 |
| HSL | 255º | 0.77% | 0.64% | - |
| HSV(B) | 255º | 0.62% | 0.92% | - |
| XYZ | 27.11 | 17.69 | 79.83 | - |
| YUV | 117.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 234 | 0.46 | 0.62 | 0 | 0.08 | 255 | 0.77 | 0.64 |
| Hex | 7E | 5A | EA | 2E | 3E | 0 | 8 | FF | 4D | 40 |
| Octal | 176 | 132 | 352 | 56 | 76 | 0 | 10 | 377 | 115 | 100 |
| Binary | 1111110 | 1011010 | 11101010 | 101110 | 111110 | 0 | 1000 | 11111111 | 1001101 | 1000000 |
Color Harmonies of #7E5AEA
Complementary color
Monochromatic Colors of #7E5AEA
Black with #7E5AEA
Text Example
Text Example
White with #7E5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AEA; }
p { color: rgb(126,90,234); }
H1.HeaderClassName
{
color: #7E5AEA;
}
.AnyTagClassName
{
color: #7E5AEA;
}
</style>
background-color css
<style>
a { background-color: #7E5AEA; }
a { background-color: rgb(126,90,234); }
div.DivClassName
{
background-color: #7E5AEA;
}
.BgClassName
{
background-color: #7E5AEA;
}
</style>
border-color css
<style>
span { border-color: #7E5AEA; }
span { border-color: rgb(126,90,234); }
td.TdClassName
{
border-color: #7E5AEA;
}
.TagClassName
{
border-color: #7E5AEA;
}
</style>