Shades of Medium Slate Blue #7D61EE
Tints of Medium Slate Blue #7D61EE
RGB
CMYK
RGB Variations
Color information
#7D61EE (or 0x7D61EE) is known color: Medium Slate Blue. HEX triplet: 7D, 61 and EE. RGB value is (125,97,238). Sum of RGB (Red+Green+Blue) = 125+97+238=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D61EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D61EE is #829E11. Grayscale: #787878. Windows color (decimal): -8560146 or 15622525. OLE color: 15622525.
HSL color Cylindrical-coordinate representation of color #7D61EE: hue angle of 251.91º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D61EE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 97 | 238 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.07 |
| HSL | 251.91º | 0.81% | 0.66% | - |
| HSV(B) | 251.91º | 0.59% | 0.93% | - |
| XYZ | 28.16 | 19.08 | 83.09 | - |
| YUV | 121.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 238 | 0.47 | 0.59 | 0 | 0.07 | 251.91 | 0.81 | 0.66 |
| Hex | 7D | 61 | EE | 2F | 3B | 0 | 7 | FC | 51 | 42 |
| Octal | 175 | 141 | 356 | 57 | 73 | 0 | 7 | 374 | 121 | 102 |
| Binary | 1111101 | 1100001 | 11101110 | 101111 | 111011 | 0 | 111 | 11111100 | 1010001 | 1000010 |
Color Harmonies of #7D61EE
Complementary color
Monochromatic Colors of #7D61EE
Black with #7D61EE
Text Example
Text Example
White with #7D61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D61EE; }
p { color: rgb(125,97,238); }
H1.HeaderClassName
{
color: #7D61EE;
}
.AnyTagClassName
{
color: #7D61EE;
}
</style>
background-color css
<style>
a { background-color: #7D61EE; }
a { background-color: rgb(125,97,238); }
div.DivClassName
{
background-color: #7D61EE;
}
.BgClassName
{
background-color: #7D61EE;
}
</style>
border-color css
<style>
span { border-color: #7D61EE; }
span { border-color: rgb(125,97,238); }
td.TdClassName
{
border-color: #7D61EE;
}
.TagClassName
{
border-color: #7D61EE;
}
</style>