Shades of Medium Slate Blue #7D68D9
Tints of Medium Slate Blue #7D68D9
RGB
CMYK
RGB Variations
Color information
#7D68D9 (or 0x7D68D9) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and D9. RGB value is (125,104,217). Sum of RGB (Red+Green+Blue) = 125+104+217=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D68D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68D9 is #829726. Grayscale: #7A7A7A. Windows color (decimal): -8558375 or 14248061. OLE color: 14248061.
HSL color Cylindrical-coordinate representation of color #7D68D9: hue angle of 251.15º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D68D9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 104 | 217 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.15 |
| HSL | 251.15º | 0.6% | 0.63% | - |
| HSV(B) | 251.15º | 0.52% | 0.85% | - |
| XYZ | 25.93 | 19.27 | 68 | - |
| YUV | 123.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 217 | 0.42 | 0.52 | 0 | 0.15 | 251.15 | 0.6 | 0.63 |
| Hex | 7D | 68 | D9 | 2A | 34 | 0 | F | FB | 3C | 3F |
| Octal | 175 | 150 | 331 | 52 | 64 | 0 | 17 | 373 | 74 | 77 |
| Binary | 1111101 | 1101000 | 11011001 | 101010 | 110100 | 0 | 1111 | 11111011 | 111100 | 111111 |
Color Harmonies of #7D68D9
Complementary color
Monochromatic Colors of #7D68D9
Black with #7D68D9
Text Example
Text Example
White with #7D68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68D9; }
p { color: rgb(125,104,217); }
H1.HeaderClassName
{
color: #7D68D9;
}
.AnyTagClassName
{
color: #7D68D9;
}
</style>
background-color css
<style>
a { background-color: #7D68D9; }
a { background-color: rgb(125,104,217); }
div.DivClassName
{
background-color: #7D68D9;
}
.BgClassName
{
background-color: #7D68D9;
}
</style>
border-color css
<style>
span { border-color: #7D68D9; }
span { border-color: rgb(125,104,217); }
td.TdClassName
{
border-color: #7D68D9;
}
.TagClassName
{
border-color: #7D68D9;
}
</style>