Shades of Medium Slate Blue #7D6BDA
Tints of Medium Slate Blue #7D6BDA
RGB
CMYK
RGB Variations
Color information
#7D6BDA (or 0x7D6BDA) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and DA. RGB value is (125,107,218). Sum of RGB (Red+Green+Blue) = 125+107+218=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D6BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BDA is #829425. Grayscale: #7C7C7C. Windows color (decimal): -8557606 or 14314365. OLE color: 14314365.
HSL color Cylindrical-coordinate representation of color #7D6BDA: hue angle of 249.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D6BDA is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 107 | 218 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.15 |
| HSL | 249.73º | 0.6% | 0.64% | - |
| HSV(B) | 249.73º | 0.51% | 0.85% | - |
| XYZ | 26.37 | 19.94 | 68.79 | - |
| YUV | 125.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 218 | 0.43 | 0.51 | 0 | 0.15 | 249.73 | 0.6 | 0.64 |
| Hex | 7D | 6B | DA | 2B | 33 | 0 | F | FA | 3C | 40 |
| Octal | 175 | 153 | 332 | 53 | 63 | 0 | 17 | 372 | 74 | 100 |
| Binary | 1111101 | 1101011 | 11011010 | 101011 | 110011 | 0 | 1111 | 11111010 | 111100 | 1000000 |
Color Harmonies of #7D6BDA
Complementary color
Monochromatic Colors of #7D6BDA
Black with #7D6BDA
Text Example
Text Example
White with #7D6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BDA; }
p { color: rgb(125,107,218); }
H1.HeaderClassName
{
color: #7D6BDA;
}
.AnyTagClassName
{
color: #7D6BDA;
}
</style>
background-color css
<style>
a { background-color: #7D6BDA; }
a { background-color: rgb(125,107,218); }
div.DivClassName
{
background-color: #7D6BDA;
}
.BgClassName
{
background-color: #7D6BDA;
}
</style>
border-color css
<style>
span { border-color: #7D6BDA; }
span { border-color: rgb(125,107,218); }
td.TdClassName
{
border-color: #7D6BDA;
}
.TagClassName
{
border-color: #7D6BDA;
}
</style>