Shades of Medium Slate Blue #7D6DF3
Tints of Medium Slate Blue #7D6DF3
RGB
CMYK
RGB Variations
Color information
#7D6DF3 (or 0x7D6DF3) is known color: Medium Slate Blue. HEX triplet: 7D, 6D and F3. RGB value is (125,109,243). Sum of RGB (Red+Green+Blue) = 125+109+243=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #7D6DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DF3 is #82920C. Grayscale: #808080. Windows color (decimal): -8557069 or 15953277. OLE color: 15953277.
HSL color Cylindrical-coordinate representation of color #7D6DF3: hue angle of 247.16º degrees, saturation: 0.85, 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 #7D6DF3 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 109 | 243 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.05 |
| HSL | 247.16º | 0.85% | 0.69% | - |
| HSV(B) | 247.16º | 0.55% | 0.95% | - |
| XYZ | 30.1 | 21.77 | 87.41 | - |
| YUV | 129.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 243 | 0.49 | 0.55 | 0 | 0.05 | 247.16 | 0.85 | 0.69 |
| Hex | 7D | 6D | F3 | 31 | 37 | 0 | 5 | F7 | 55 | 45 |
| Octal | 175 | 155 | 363 | 61 | 67 | 0 | 5 | 367 | 125 | 105 |
| Binary | 1111101 | 1101101 | 11110011 | 110001 | 110111 | 0 | 101 | 11110111 | 1010101 | 1000101 |
Color Harmonies of #7D6DF3
Complementary color
Monochromatic Colors of #7D6DF3
Black with #7D6DF3
Text Example
Text Example
White with #7D6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DF3; }
p { color: rgb(125,109,243); }
H1.HeaderClassName
{
color: #7D6DF3;
}
.AnyTagClassName
{
color: #7D6DF3;
}
</style>
background-color css
<style>
a { background-color: #7D6DF3; }
a { background-color: rgb(125,109,243); }
div.DivClassName
{
background-color: #7D6DF3;
}
.BgClassName
{
background-color: #7D6DF3;
}
</style>
border-color css
<style>
span { border-color: #7D6DF3; }
span { border-color: rgb(125,109,243); }
td.TdClassName
{
border-color: #7D6DF3;
}
.TagClassName
{
border-color: #7D6DF3;
}
</style>