Shades of Medium Slate Blue #7D6DF1
Tints of Medium Slate Blue #7D6DF1
RGB
CMYK
RGB Variations
Color information
#7D6DF1 (or 0x7D6DF1) is known color: Medium Slate Blue. HEX triplet: 7D, 6D and F1. RGB value is (125,109,241). Sum of RGB (Red+Green+Blue) = 125+109+241=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D6DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DF1 is #82920E. Grayscale: #808080. Windows color (decimal): -8557071 or 15822205. OLE color: 15822205.
HSL color Cylindrical-coordinate representation of color #7D6DF1: hue angle of 247.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D6DF1 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 109 | 241 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.05 |
| HSL | 247.27º | 0.83% | 0.69% | - |
| HSV(B) | 247.27º | 0.55% | 0.95% | - |
| XYZ | 29.8 | 21.65 | 85.83 | - |
| YUV | 128.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 241 | 0.48 | 0.55 | 0 | 0.05 | 247.27 | 0.83 | 0.69 |
| Hex | 7D | 6D | F1 | 30 | 37 | 0 | 5 | F7 | 52 | 45 |
| Octal | 175 | 155 | 361 | 60 | 67 | 0 | 5 | 367 | 122 | 105 |
| Binary | 1111101 | 1101101 | 11110001 | 110000 | 110111 | 0 | 101 | 11110111 | 1010010 | 1000101 |
Color Harmonies of #7D6DF1
Complementary color
Monochromatic Colors of #7D6DF1
Black with #7D6DF1
Text Example
Text Example
White with #7D6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DF1; }
p { color: rgb(125,109,241); }
H1.HeaderClassName
{
color: #7D6DF1;
}
.AnyTagClassName
{
color: #7D6DF1;
}
</style>
background-color css
<style>
a { background-color: #7D6DF1; }
a { background-color: rgb(125,109,241); }
div.DivClassName
{
background-color: #7D6DF1;
}
.BgClassName
{
background-color: #7D6DF1;
}
</style>
border-color css
<style>
span { border-color: #7D6DF1; }
span { border-color: rgb(125,109,241); }
td.TdClassName
{
border-color: #7D6DF1;
}
.TagClassName
{
border-color: #7D6DF1;
}
</style>