Shades of Medium Slate Blue #7E5CDA
Tints of Medium Slate Blue #7E5CDA
RGB
CMYK
RGB Variations
Color information
#7E5CDA (or 0x7E5CDA) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and DA. RGB value is (126,92,218). Sum of RGB (Red+Green+Blue) = 126+92+218=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E5CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CDA is #81A325. Grayscale: #747474. Windows color (decimal): -8495910 or 14310526. OLE color: 14310526.
HSL color Cylindrical-coordinate representation of color #7E5CDA: hue angle of 256.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5CDA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 92 | 218 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.15 |
| HSL | 256.19º | 0.63% | 0.61% | - |
| HSV(B) | 256.19º | 0.58% | 0.85% | - |
| XYZ | 25.09 | 17.15 | 68.32 | - |
| YUV | 116.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 218 | 0.42 | 0.58 | 0 | 0.15 | 256.19 | 0.63 | 0.61 |
| Hex | 7E | 5C | DA | 2A | 3A | 0 | F | 100 | 3F | 3D |
| Octal | 176 | 134 | 332 | 52 | 72 | 0 | 17 | 400 | 77 | 75 |
| Binary | 1111110 | 1011100 | 11011010 | 101010 | 111010 | 0 | 1111 | 100000000 | 111111 | 111101 |
Color Harmonies of #7E5CDA
Complementary color
Monochromatic Colors of #7E5CDA
Black with #7E5CDA
Text Example
Text Example
White with #7E5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CDA; }
p { color: rgb(126,92,218); }
H1.HeaderClassName
{
color: #7E5CDA;
}
.AnyTagClassName
{
color: #7E5CDA;
}
</style>
background-color css
<style>
a { background-color: #7E5CDA; }
a { background-color: rgb(126,92,218); }
div.DivClassName
{
background-color: #7E5CDA;
}
.BgClassName
{
background-color: #7E5CDA;
}
</style>
border-color css
<style>
span { border-color: #7E5CDA; }
span { border-color: rgb(126,92,218); }
td.TdClassName
{
border-color: #7E5CDA;
}
.TagClassName
{
border-color: #7E5CDA;
}
</style>