Shades of Medium Slate Blue #7E50FC
Tints of Medium Slate Blue #7E50FC
RGB
CMYK
RGB Variations
Color information
#7E50FC (or 0x7E50FC) is known color: Medium Slate Blue. HEX triplet: 7E, 50 and FC. RGB value is (126,80,252). Sum of RGB (Red+Green+Blue) = 126+80+252=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E50FC is #81AF03. Grayscale: #707070. Windows color (decimal): -8498948 or 16535678. OLE color: 16535678.
HSL color Cylindrical-coordinate representation of color #7E50FC: hue angle of 256.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E50FC is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 80 | 252 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.01 |
| HSL | 256.05º | 0.97% | 0.65% | - |
| HSV(B) | 256.05º | 0.68% | 0.99% | - |
| XYZ | 29.04 | 17.2 | 93.88 | - |
| YUV | 113.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 252 | 0.5 | 0.68 | 0 | 0.01 | 256.05 | 0.97 | 0.65 |
| Hex | 7E | 50 | FC | 32 | 44 | 0 | 1 | 100 | 61 | 41 |
| Octal | 176 | 120 | 374 | 62 | 104 | 0 | 1 | 400 | 141 | 101 |
| Binary | 1111110 | 1010000 | 11111100 | 110010 | 1000100 | 0 | 1 | 100000000 | 1100001 | 1000001 |
Color Harmonies of #7E50FC
Complementary color
Monochromatic Colors of #7E50FC
Black with #7E50FC
Text Example
Text Example
White with #7E50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E50FC; }
p { color: rgb(126,80,252); }
H1.HeaderClassName
{
color: #7E50FC;
}
.AnyTagClassName
{
color: #7E50FC;
}
</style>
background-color css
<style>
a { background-color: #7E50FC; }
a { background-color: rgb(126,80,252); }
div.DivClassName
{
background-color: #7E50FC;
}
.BgClassName
{
background-color: #7E50FC;
}
</style>
border-color css
<style>
span { border-color: #7E50FC; }
span { border-color: rgb(126,80,252); }
td.TdClassName
{
border-color: #7E50FC;
}
.TagClassName
{
border-color: #7E50FC;
}
</style>