Shades of Medium Slate Blue #7D7DE6
Tints of Medium Slate Blue #7D7DE6
RGB
CMYK
RGB Variations
Color information
#7D7DE6 (or 0x7D7DE6) is known color: Medium Slate Blue. HEX triplet: 7D, 7D and E6. RGB value is (125,125,230). Sum of RGB (Red+Green+Blue) = 125+125+230=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D7DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7DE6 is #828219. Grayscale: #888888. Windows color (decimal): -8552986 or 15105405. OLE color: 15105405.
HSL color Cylindrical-coordinate representation of color #7D7DE6: hue angle of 240º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7DE6 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 125 | 230 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.10 |
| HSL | 240º | 0.68% | 0.7% | - |
| HSV(B) | 240º | 0.46% | 0.9% | - |
| XYZ | 30.07 | 24.74 | 78.05 | - |
| YUV | 136.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 125 | 230 | 0.46 | 0.46 | 0 | 0.10 | 240 | 0.68 | 0.7 |
| Hex | 7D | 7D | E6 | 2E | 2E | 0 | A | F0 | 44 | 46 |
| Octal | 175 | 175 | 346 | 56 | 56 | 0 | 12 | 360 | 104 | 106 |
| Binary | 1111101 | 1111101 | 11100110 | 101110 | 101110 | 0 | 1010 | 11110000 | 1000100 | 1000110 |
Color Harmonies of #7D7DE6
Complementary color
Monochromatic Colors of #7D7DE6
Black with #7D7DE6
Text Example
Text Example
White with #7D7DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7DE6; }
p { color: rgb(125,125,230); }
H1.HeaderClassName
{
color: #7D7DE6;
}
.AnyTagClassName
{
color: #7D7DE6;
}
</style>
background-color css
<style>
a { background-color: #7D7DE6; }
a { background-color: rgb(125,125,230); }
div.DivClassName
{
background-color: #7D7DE6;
}
.BgClassName
{
background-color: #7D7DE6;
}
</style>
border-color css
<style>
span { border-color: #7D7DE6; }
span { border-color: rgb(125,125,230); }
td.TdClassName
{
border-color: #7D7DE6;
}
.TagClassName
{
border-color: #7D7DE6;
}
</style>