Shades of Medium Slate Blue #7D4EEF
Tints of Medium Slate Blue #7D4EEF
RGB
CMYK
RGB Variations
Color information
#7D4EEF (or 0x7D4EEF) is known color: Medium Slate Blue. HEX triplet: 7D, 4E and EF. RGB value is (125,78,239). Sum of RGB (Red+Green+Blue) = 125+78+239=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D4EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4EEF is #82B110. Grayscale: #6D6D6D. Windows color (decimal): -8565009 or 15683197. OLE color: 15683197.
HSL color Cylindrical-coordinate representation of color #7D4EEF: hue angle of 257.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D4EEF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 78 | 239 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.06 |
| HSL | 257.52º | 0.83% | 0.62% | - |
| HSV(B) | 257.52º | 0.67% | 0.94% | - |
| XYZ | 26.76 | 16.04 | 83.35 | - |
| YUV | 110.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 239 | 0.48 | 0.67 | 0 | 0.06 | 257.52 | 0.83 | 0.62 |
| Hex | 7D | 4E | EF | 30 | 43 | 0 | 6 | 102 | 53 | 3E |
| Octal | 175 | 116 | 357 | 60 | 103 | 0 | 6 | 402 | 123 | 76 |
| Binary | 1111101 | 1001110 | 11101111 | 110000 | 1000011 | 0 | 110 | 100000010 | 1010011 | 111110 |
Color Harmonies of #7D4EEF
Complementary color
Monochromatic Colors of #7D4EEF
Black with #7D4EEF
Text Example
Text Example
White with #7D4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EEF; }
p { color: rgb(125,78,239); }
H1.HeaderClassName
{
color: #7D4EEF;
}
.AnyTagClassName
{
color: #7D4EEF;
}
</style>
background-color css
<style>
a { background-color: #7D4EEF; }
a { background-color: rgb(125,78,239); }
div.DivClassName
{
background-color: #7D4EEF;
}
.BgClassName
{
background-color: #7D4EEF;
}
</style>
border-color css
<style>
span { border-color: #7D4EEF; }
span { border-color: rgb(125,78,239); }
td.TdClassName
{
border-color: #7D4EEF;
}
.TagClassName
{
border-color: #7D4EEF;
}
</style>