Shades of Medium Slate Blue #7C62E8
Tints of Medium Slate Blue #7C62E8
RGB
CMYK
RGB Variations
Color information
#7C62E8 (or 0x7C62E8) is known color: Medium Slate Blue. HEX triplet: 7C, 62 and E8. RGB value is (124,98,232). Sum of RGB (Red+Green+Blue) = 124+98+232=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C62E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C62E8 is #839D17. Grayscale: #787878. Windows color (decimal): -8625432 or 15229564. OLE color: 15229564.
HSL color Cylindrical-coordinate representation of color #7C62E8: hue angle of 251.64º degrees, saturation: 0.74, 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 #7C62E8 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 98 | 232 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.09 |
| HSL | 251.64º | 0.74% | 0.65% | - |
| HSV(B) | 251.64º | 0.58% | 0.91% | - |
| XYZ | 27.25 | 18.85 | 78.55 | - |
| YUV | 121.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 232 | 0.47 | 0.58 | 0 | 0.09 | 251.64 | 0.74 | 0.65 |
| Hex | 7C | 62 | E8 | 2F | 3A | 0 | 9 | FC | 4A | 41 |
| Octal | 174 | 142 | 350 | 57 | 72 | 0 | 11 | 374 | 112 | 101 |
| Binary | 1111100 | 1100010 | 11101000 | 101111 | 111010 | 0 | 1001 | 11111100 | 1001010 | 1000001 |
Color Harmonies of #7C62E8
Complementary color
Monochromatic Colors of #7C62E8
Black with #7C62E8
Text Example
Text Example
White with #7C62E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C62E8; }
p { color: rgb(124,98,232); }
H1.HeaderClassName
{
color: #7C62E8;
}
.AnyTagClassName
{
color: #7C62E8;
}
</style>
background-color css
<style>
a { background-color: #7C62E8; }
a { background-color: rgb(124,98,232); }
div.DivClassName
{
background-color: #7C62E8;
}
.BgClassName
{
background-color: #7C62E8;
}
</style>
border-color css
<style>
span { border-color: #7C62E8; }
span { border-color: rgb(124,98,232); }
td.TdClassName
{
border-color: #7C62E8;
}
.TagClassName
{
border-color: #7C62E8;
}
</style>