Shades of Medium Slate Blue #7D6EF0
Tints of Medium Slate Blue #7D6EF0
RGB
CMYK
RGB Variations
Color information
#7D6EF0 (or 0x7D6EF0) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and F0. RGB value is (125,110,240). Sum of RGB (Red+Green+Blue) = 125+110+240=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D6EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EF0 is #82910F. Grayscale: #808080. Windows color (decimal): -8556816 or 15756925. OLE color: 15756925.
HSL color Cylindrical-coordinate representation of color #7D6EF0: hue angle of 246.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6EF0 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 110 | 240 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.06 |
| HSL | 246.92º | 0.81% | 0.69% | - |
| HSV(B) | 246.92º | 0.54% | 0.94% | - |
| XYZ | 29.76 | 21.8 | 85.08 | - |
| YUV | 129.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 240 | 0.48 | 0.54 | 0 | 0.06 | 246.92 | 0.81 | 0.69 |
| Hex | 7D | 6E | F0 | 30 | 36 | 0 | 6 | F7 | 51 | 45 |
| Octal | 175 | 156 | 360 | 60 | 66 | 0 | 6 | 367 | 121 | 105 |
| Binary | 1111101 | 1101110 | 11110000 | 110000 | 110110 | 0 | 110 | 11110111 | 1010001 | 1000101 |
Color Harmonies of #7D6EF0
Complementary color
Monochromatic Colors of #7D6EF0
Black with #7D6EF0
Text Example
Text Example
White with #7D6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6EF0; }
p { color: rgb(125,110,240); }
H1.HeaderClassName
{
color: #7D6EF0;
}
.AnyTagClassName
{
color: #7D6EF0;
}
</style>
background-color css
<style>
a { background-color: #7D6EF0; }
a { background-color: rgb(125,110,240); }
div.DivClassName
{
background-color: #7D6EF0;
}
.BgClassName
{
background-color: #7D6EF0;
}
</style>
border-color css
<style>
span { border-color: #7D6EF0; }
span { border-color: rgb(125,110,240); }
td.TdClassName
{
border-color: #7D6EF0;
}
.TagClassName
{
border-color: #7D6EF0;
}
</style>