Shades of Medium Slate Blue #7D6FDC
Tints of Medium Slate Blue #7D6FDC
RGB
CMYK
RGB Variations
Color information
#7D6FDC (or 0x7D6FDC) is known color: Medium Slate Blue. HEX triplet: 7D, 6F and DC. RGB value is (125,111,220). Sum of RGB (Red+Green+Blue) = 125+111+220=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FDC is #829023. Grayscale: #7F7F7F. Windows color (decimal): -8556580 or 14446461. OLE color: 14446461.
HSL color Cylindrical-coordinate representation of color #7D6FDC: hue angle of 247.71º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6FDC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 111 | 220 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.14 |
| HSL | 247.71º | 0.61% | 0.65% | - |
| HSV(B) | 247.71º | 0.5% | 0.86% | - |
| XYZ | 27.06 | 20.9 | 70.32 | - |
| YUV | 127.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 220 | 0.43 | 0.50 | 0 | 0.14 | 247.71 | 0.61 | 0.65 |
| Hex | 7D | 6F | DC | 2B | 32 | 0 | E | F8 | 3D | 41 |
| Octal | 175 | 157 | 334 | 53 | 62 | 0 | 16 | 370 | 75 | 101 |
| Binary | 1111101 | 1101111 | 11011100 | 101011 | 110010 | 0 | 1110 | 11111000 | 111101 | 1000001 |
Color Harmonies of #7D6FDC
Complementary color
Monochromatic Colors of #7D6FDC
Black with #7D6FDC
Text Example
Text Example
White with #7D6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6FDC; }
p { color: rgb(125,111,220); }
H1.HeaderClassName
{
color: #7D6FDC;
}
.AnyTagClassName
{
color: #7D6FDC;
}
</style>
background-color css
<style>
a { background-color: #7D6FDC; }
a { background-color: rgb(125,111,220); }
div.DivClassName
{
background-color: #7D6FDC;
}
.BgClassName
{
background-color: #7D6FDC;
}
</style>
border-color css
<style>
span { border-color: #7D6FDC; }
span { border-color: rgb(125,111,220); }
td.TdClassName
{
border-color: #7D6FDC;
}
.TagClassName
{
border-color: #7D6FDC;
}
</style>