Shades of Medium Slate Blue #7E4FFE
Tints of Medium Slate Blue #7E4FFE
RGB
CMYK
RGB Variations
Color information
#7E4FFE (or 0x7E4FFE) is known color: Medium Slate Blue. HEX triplet: 7E, 4F and FE. RGB value is (126,79,254). Sum of RGB (Red+Green+Blue) = 126+79+254=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E4FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4FFE is #81B001. Grayscale: #707070. Windows color (decimal): -8499202 or 16666494. OLE color: 16666494.
HSL color Cylindrical-coordinate representation of color #7E4FFE: hue angle of 256.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E4FFE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 79 | 254 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.00 |
| HSL | 256.11º | 0.99% | 0.65% | - |
| HSV(B) | 256.11º | 0.69% | 1% | - |
| XYZ | 29.29 | 17.18 | 95.54 | - |
| YUV | 113 | 207.57 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 254 | 0.50 | 0.69 | 0 | 0.00 | 256.11 | 0.99 | 0.65 |
| Hex | 7E | 4F | FE | 32 | 45 | 0 | 0 | 100 | 63 | 41 |
| Octal | 176 | 117 | 376 | 62 | 105 | 0 | 0 | 400 | 143 | 101 |
| Binary | 1111110 | 1001111 | 11111110 | 110010 | 1000101 | 0 | 0 | 100000000 | 1100011 | 1000001 |
Color Harmonies of #7E4FFE
Complementary color
Monochromatic Colors of #7E4FFE
Black with #7E4FFE
Text Example
Text Example
White with #7E4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4FFE; }
p { color: rgb(126,79,254); }
H1.HeaderClassName
{
color: #7E4FFE;
}
.AnyTagClassName
{
color: #7E4FFE;
}
</style>
background-color css
<style>
a { background-color: #7E4FFE; }
a { background-color: rgb(126,79,254); }
div.DivClassName
{
background-color: #7E4FFE;
}
.BgClassName
{
background-color: #7E4FFE;
}
</style>
border-color css
<style>
span { border-color: #7E4FFE; }
span { border-color: rgb(126,79,254); }
td.TdClassName
{
border-color: #7E4FFE;
}
.TagClassName
{
border-color: #7E4FFE;
}
</style>