Shades of Medium Slate Blue #7D62E7
Tints of Medium Slate Blue #7D62E7
RGB
CMYK
RGB Variations
Color information
#7D62E7 (or 0x7D62E7) is known color: Medium Slate Blue. HEX triplet: 7D, 62 and E7. RGB value is (125,98,231). Sum of RGB (Red+Green+Blue) = 125+98+231=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D62E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D62E7 is #829D18. Grayscale: #787878. Windows color (decimal): -8559897 or 15164029. OLE color: 15164029.
HSL color Cylindrical-coordinate representation of color #7D62E7: hue angle of 252.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D62E7 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 98 | 231 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.09 |
| HSL | 252.18º | 0.73% | 0.65% | - |
| HSV(B) | 252.18º | 0.58% | 0.91% | - |
| XYZ | 27.25 | 18.86 | 77.81 | - |
| YUV | 121.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 231 | 0.46 | 0.58 | 0 | 0.09 | 252.18 | 0.73 | 0.65 |
| Hex | 7D | 62 | E7 | 2E | 3A | 0 | 9 | FC | 49 | 41 |
| Octal | 175 | 142 | 347 | 56 | 72 | 0 | 11 | 374 | 111 | 101 |
| Binary | 1111101 | 1100010 | 11100111 | 101110 | 111010 | 0 | 1001 | 11111100 | 1001001 | 1000001 |
Color Harmonies of #7D62E7
Complementary color
Monochromatic Colors of #7D62E7
Black with #7D62E7
Text Example
Text Example
White with #7D62E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D62E7; }
p { color: rgb(125,98,231); }
H1.HeaderClassName
{
color: #7D62E7;
}
.AnyTagClassName
{
color: #7D62E7;
}
</style>
background-color css
<style>
a { background-color: #7D62E7; }
a { background-color: rgb(125,98,231); }
div.DivClassName
{
background-color: #7D62E7;
}
.BgClassName
{
background-color: #7D62E7;
}
</style>
border-color css
<style>
span { border-color: #7D62E7; }
span { border-color: rgb(125,98,231); }
td.TdClassName
{
border-color: #7D62E7;
}
.TagClassName
{
border-color: #7D62E7;
}
</style>