Shades of Medium Slate Blue #7E4DFC
Tints of Medium Slate Blue #7E4DFC
RGB
CMYK
RGB Variations
Color information
#7E4DFC (or 0x7E4DFC) is known color: Medium Slate Blue. HEX triplet: 7E, 4D and FC. RGB value is (126,77,252). Sum of RGB (Red+Green+Blue) = 126+77+252=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4DFC is #81B203. Grayscale: #6E6E6E. Windows color (decimal): -8499716 or 16534910. OLE color: 16534910.
HSL color Cylindrical-coordinate representation of color #7E4DFC: hue angle of 256.8º degrees, saturation: 0.97, 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 #7E4DFC is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 77 | 252 | - |
| CMYK | 0.5 | 0.69 | 0 | 0.01 |
| HSL | 256.8º | 0.97% | 0.65% | - |
| HSV(B) | 256.8º | 0.69% | 0.99% | - |
| XYZ | 28.83 | 16.77 | 93.81 | - |
| YUV | 111.6 | 207.23 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 252 | 0.5 | 0.69 | 0 | 0.01 | 256.8 | 0.97 | 0.65 |
| Hex | 7E | 4D | FC | 32 | 45 | 0 | 1 | 101 | 61 | 41 |
| Octal | 176 | 115 | 374 | 62 | 105 | 0 | 1 | 401 | 141 | 101 |
| Binary | 1111110 | 1001101 | 11111100 | 110010 | 1000101 | 0 | 1 | 100000001 | 1100001 | 1000001 |
Color Harmonies of #7E4DFC
Complementary color
Monochromatic Colors of #7E4DFC
Black with #7E4DFC
Text Example
Text Example
White with #7E4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DFC; }
p { color: rgb(126,77,252); }
H1.HeaderClassName
{
color: #7E4DFC;
}
.AnyTagClassName
{
color: #7E4DFC;
}
</style>
background-color css
<style>
a { background-color: #7E4DFC; }
a { background-color: rgb(126,77,252); }
div.DivClassName
{
background-color: #7E4DFC;
}
.BgClassName
{
background-color: #7E4DFC;
}
</style>
border-color css
<style>
span { border-color: #7E4DFC; }
span { border-color: rgb(126,77,252); }
td.TdClassName
{
border-color: #7E4DFC;
}
.TagClassName
{
border-color: #7E4DFC;
}
</style>