Shades of Medium Slate Blue #7D7EEF
Tints of Medium Slate Blue #7D7EEF
RGB
CMYK
RGB Variations
Color information
#7D7EEF (or 0x7D7EEF) is known color: Medium Slate Blue. HEX triplet: 7D, 7E and EF. RGB value is (125,126,239). Sum of RGB (Red+Green+Blue) = 125+126+239=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EEF is #828110. Grayscale: #8A8A8A. Windows color (decimal): -8552721 or 15695485. OLE color: 15695485.
HSL color Cylindrical-coordinate representation of color #7D7EEF: hue angle of 239.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D7EEF is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 126 | 239 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.06 |
| HSL | 239.47º | 0.78% | 0.71% | - |
| HSV(B) | 239.47º | 0.48% | 0.94% | - |
| XYZ | 31.5 | 25.51 | 84.93 | - |
| YUV | 138.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 239 | 0.48 | 0.47 | 0 | 0.06 | 239.47 | 0.78 | 0.71 |
| Hex | 7D | 7E | EF | 30 | 2F | 0 | 6 | EF | 4E | 47 |
| Octal | 175 | 176 | 357 | 60 | 57 | 0 | 6 | 357 | 116 | 107 |
| Binary | 1111101 | 1111110 | 11101111 | 110000 | 101111 | 0 | 110 | 11101111 | 1001110 | 1000111 |
Color Harmonies of #7D7EEF
Complementary color
Monochromatic Colors of #7D7EEF
Black with #7D7EEF
Text Example
Text Example
White with #7D7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EEF; }
p { color: rgb(125,126,239); }
H1.HeaderClassName
{
color: #7D7EEF;
}
.AnyTagClassName
{
color: #7D7EEF;
}
</style>
background-color css
<style>
a { background-color: #7D7EEF; }
a { background-color: rgb(125,126,239); }
div.DivClassName
{
background-color: #7D7EEF;
}
.BgClassName
{
background-color: #7D7EEF;
}
</style>
border-color css
<style>
span { border-color: #7D7EEF; }
span { border-color: rgb(125,126,239); }
td.TdClassName
{
border-color: #7D7EEF;
}
.TagClassName
{
border-color: #7D7EEF;
}
</style>