Shades of Medium Slate Blue #7E5CFD
Tints of Medium Slate Blue #7E5CFD
RGB
CMYK
RGB Variations
Color information
#7E5CFD (or 0x7E5CFD) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and FD. RGB value is (126,92,253). Sum of RGB (Red+Green+Blue) = 126+92+253=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CFD is #81A302. Grayscale: #777777. Windows color (decimal): -8495875 or 16604286. OLE color: 16604286.
HSL color Cylindrical-coordinate representation of color #7E5CFD: hue angle of 252.67º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E5CFD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 92 | 253 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.01 |
| HSL | 252.67º | 0.98% | 0.68% | - |
| HSV(B) | 252.67º | 0.64% | 0.99% | - |
| XYZ | 30.16 | 19.18 | 95.04 | - |
| YUV | 120.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 253 | 0.50 | 0.64 | 0 | 0.01 | 252.67 | 0.98 | 0.68 |
| Hex | 7E | 5C | FD | 32 | 40 | 0 | 1 | FD | 62 | 44 |
| Octal | 176 | 134 | 375 | 62 | 100 | 0 | 1 | 375 | 142 | 104 |
| Binary | 1111110 | 1011100 | 11111101 | 110010 | 1000000 | 0 | 1 | 11111101 | 1100010 | 1000100 |
Color Harmonies of #7E5CFD
Complementary color
Monochromatic Colors of #7E5CFD
Black with #7E5CFD
Text Example
Text Example
White with #7E5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CFD; }
p { color: rgb(126,92,253); }
H1.HeaderClassName
{
color: #7E5CFD;
}
.AnyTagClassName
{
color: #7E5CFD;
}
</style>
background-color css
<style>
a { background-color: #7E5CFD; }
a { background-color: rgb(126,92,253); }
div.DivClassName
{
background-color: #7E5CFD;
}
.BgClassName
{
background-color: #7E5CFD;
}
</style>
border-color css
<style>
span { border-color: #7E5CFD; }
span { border-color: rgb(126,92,253); }
td.TdClassName
{
border-color: #7E5CFD;
}
.TagClassName
{
border-color: #7E5CFD;
}
</style>