Shades of Medium Slate Blue #7E4EFD
Tints of Medium Slate Blue #7E4EFD
RGB
CMYK
RGB Variations
Color information
#7E4EFD (or 0x7E4EFD) is known color: Medium Slate Blue. HEX triplet: 7E, 4E and FD. RGB value is (126,78,253). Sum of RGB (Red+Green+Blue) = 126+78+253=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E4EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4EFD is #81B102. Grayscale: #6F6F6F. Windows color (decimal): -8499459 or 16600702. OLE color: 16600702.
HSL color Cylindrical-coordinate representation of color #7E4EFD: hue angle of 256.46º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E4EFD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 78 | 253 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.01 |
| HSL | 256.46º | 0.98% | 0.65% | - |
| HSV(B) | 256.46º | 0.69% | 0.99% | - |
| XYZ | 29.06 | 16.98 | 94.67 | - |
| YUV | 112.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 253 | 0.50 | 0.69 | 0 | 0.01 | 256.46 | 0.98 | 0.65 |
| Hex | 7E | 4E | FD | 32 | 45 | 0 | 1 | 100 | 62 | 41 |
| Octal | 176 | 116 | 375 | 62 | 105 | 0 | 1 | 400 | 142 | 101 |
| Binary | 1111110 | 1001110 | 11111101 | 110010 | 1000101 | 0 | 1 | 100000000 | 1100010 | 1000001 |
Color Harmonies of #7E4EFD
Complementary color
Monochromatic Colors of #7E4EFD
Black with #7E4EFD
Text Example
Text Example
White with #7E4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4EFD; }
p { color: rgb(126,78,253); }
H1.HeaderClassName
{
color: #7E4EFD;
}
.AnyTagClassName
{
color: #7E4EFD;
}
</style>
background-color css
<style>
a { background-color: #7E4EFD; }
a { background-color: rgb(126,78,253); }
div.DivClassName
{
background-color: #7E4EFD;
}
.BgClassName
{
background-color: #7E4EFD;
}
</style>
border-color css
<style>
span { border-color: #7E4EFD; }
span { border-color: rgb(126,78,253); }
td.TdClassName
{
border-color: #7E4EFD;
}
.TagClassName
{
border-color: #7E4EFD;
}
</style>