Shades of Medium Slate Blue #7D7EEC
Tints of Medium Slate Blue #7D7EEC
RGB
CMYK
RGB Variations
Color information
#7D7EEC (or 0x7D7EEC) is known color: Medium Slate Blue. HEX triplet: 7D, 7E and EC. RGB value is (125,126,236). Sum of RGB (Red+Green+Blue) = 125+126+236=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D7EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EEC is #828113. Grayscale: #898989. Windows color (decimal): -8552724 or 15498877. OLE color: 15498877.
HSL color Cylindrical-coordinate representation of color #7D7EEC: hue angle of 239.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D7EEC is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 126 | 236 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.07 |
| HSL | 239.46º | 0.74% | 0.71% | - |
| HSV(B) | 239.46º | 0.47% | 0.93% | - |
| XYZ | 31.06 | 25.34 | 82.61 | - |
| YUV | 138.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 236 | 0.47 | 0.47 | 0 | 0.07 | 239.46 | 0.74 | 0.71 |
| Hex | 7D | 7E | EC | 2F | 2F | 0 | 7 | EF | 4A | 47 |
| Octal | 175 | 176 | 354 | 57 | 57 | 0 | 7 | 357 | 112 | 107 |
| Binary | 1111101 | 1111110 | 11101100 | 101111 | 101111 | 0 | 111 | 11101111 | 1001010 | 1000111 |
Color Harmonies of #7D7EEC
Complementary color
Monochromatic Colors of #7D7EEC
Black with #7D7EEC
Text Example
Text Example
White with #7D7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EEC; }
p { color: rgb(125,126,236); }
H1.HeaderClassName
{
color: #7D7EEC;
}
.AnyTagClassName
{
color: #7D7EEC;
}
</style>
background-color css
<style>
a { background-color: #7D7EEC; }
a { background-color: rgb(125,126,236); }
div.DivClassName
{
background-color: #7D7EEC;
}
.BgClassName
{
background-color: #7D7EEC;
}
</style>
border-color css
<style>
span { border-color: #7D7EEC; }
span { border-color: rgb(125,126,236); }
td.TdClassName
{
border-color: #7D7EEC;
}
.TagClassName
{
border-color: #7D7EEC;
}
</style>