Shades of Medium Slate Blue #7D6FDD
Tints of Medium Slate Blue #7D6FDD
RGB
CMYK
RGB Variations
Color information
#7D6FDD (or 0x7D6FDD) is known color: Medium Slate Blue. HEX triplet: 7D, 6F and DD. RGB value is (125,111,221). Sum of RGB (Red+Green+Blue) = 125+111+221=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FDD is #829022. Grayscale: #7F7F7F. Windows color (decimal): -8556579 or 14511997. OLE color: 14511997.
HSL color Cylindrical-coordinate representation of color #7D6FDD: hue angle of 247.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6FDD is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 111 | 221 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 247.64º | 0.62% | 0.65% | - |
| HSV(B) | 247.64º | 0.5% | 0.87% | - |
| XYZ | 27.19 | 20.95 | 71.02 | - |
| YUV | 127.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 221 | 0.43 | 0.50 | 0 | 0.13 | 247.64 | 0.62 | 0.65 |
| Hex | 7D | 6F | DD | 2B | 32 | 0 | D | F8 | 3E | 41 |
| Octal | 175 | 157 | 335 | 53 | 62 | 0 | 15 | 370 | 76 | 101 |
| Binary | 1111101 | 1101111 | 11011101 | 101011 | 110010 | 0 | 1101 | 11111000 | 111110 | 1000001 |
Color Harmonies of #7D6FDD
Complementary color
Monochromatic Colors of #7D6FDD
Black with #7D6FDD
Text Example
Text Example
White with #7D6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FDD; }
p { color: rgb(125,111,221); }
H1.HeaderClassName
{
color: #7D6FDD;
}
.AnyTagClassName
{
color: #7D6FDD;
}
</style>
background-color css
<style>
a { background-color: #7D6FDD; }
a { background-color: rgb(125,111,221); }
div.DivClassName
{
background-color: #7D6FDD;
}
.BgClassName
{
background-color: #7D6FDD;
}
</style>
border-color css
<style>
span { border-color: #7D6FDD; }
span { border-color: rgb(125,111,221); }
td.TdClassName
{
border-color: #7D6FDD;
}
.TagClassName
{
border-color: #7D6FDD;
}
</style>