Shades of Medium Slate Blue #7D4EF0
Tints of Medium Slate Blue #7D4EF0
RGB
CMYK
RGB Variations
Color information
#7D4EF0 (or 0x7D4EF0) is known color: Medium Slate Blue. HEX triplet: 7D, 4E and F0. RGB value is (125,78,240). Sum of RGB (Red+Green+Blue) = 125+78+240=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D4EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4EF0 is #82B10F. Grayscale: #6D6D6D. Windows color (decimal): -8565008 or 15748733. OLE color: 15748733.
HSL color Cylindrical-coordinate representation of color #7D4EF0: hue angle of 257.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D4EF0 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 78 | 240 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.06 |
| HSL | 257.41º | 0.84% | 0.62% | - |
| HSV(B) | 257.41º | 0.68% | 0.94% | - |
| XYZ | 26.91 | 16.1 | 84.13 | - |
| YUV | 110.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 240 | 0.48 | 0.68 | 0 | 0.06 | 257.41 | 0.84 | 0.62 |
| Hex | 7D | 4E | F0 | 30 | 44 | 0 | 6 | 101 | 54 | 3E |
| Octal | 175 | 116 | 360 | 60 | 104 | 0 | 6 | 401 | 124 | 76 |
| Binary | 1111101 | 1001110 | 11110000 | 110000 | 1000100 | 0 | 110 | 100000001 | 1010100 | 111110 |
Color Harmonies of #7D4EF0
Complementary color
Monochromatic Colors of #7D4EF0
Black with #7D4EF0
Text Example
Text Example
White with #7D4EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EF0; }
p { color: rgb(125,78,240); }
H1.HeaderClassName
{
color: #7D4EF0;
}
.AnyTagClassName
{
color: #7D4EF0;
}
</style>
background-color css
<style>
a { background-color: #7D4EF0; }
a { background-color: rgb(125,78,240); }
div.DivClassName
{
background-color: #7D4EF0;
}
.BgClassName
{
background-color: #7D4EF0;
}
</style>
border-color css
<style>
span { border-color: #7D4EF0; }
span { border-color: rgb(125,78,240); }
td.TdClassName
{
border-color: #7D4EF0;
}
.TagClassName
{
border-color: #7D4EF0;
}
</style>