Shades of Medium Slate Blue #7C63EB
Tints of Medium Slate Blue #7C63EB
RGB
CMYK
RGB Variations
Color information
#7C63EB (or 0x7C63EB) is known color: Medium Slate Blue. HEX triplet: 7C, 63 and EB. RGB value is (124,99,235). Sum of RGB (Red+Green+Blue) = 124+99+235=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C63EB is #839C14. Grayscale: #797979. Windows color (decimal): -8625173 or 15426428. OLE color: 15426428.
HSL color Cylindrical-coordinate representation of color #7C63EB: hue angle of 251.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C63EB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 99 | 235 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.08 |
| HSL | 251.03º | 0.77% | 0.65% | - |
| HSV(B) | 251.03º | 0.58% | 0.92% | - |
| XYZ | 27.77 | 19.21 | 80.84 | - |
| YUV | 121.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 235 | 0.47 | 0.58 | 0 | 0.08 | 251.03 | 0.77 | 0.65 |
| Hex | 7C | 63 | EB | 2F | 3A | 0 | 8 | FB | 4D | 41 |
| Octal | 174 | 143 | 353 | 57 | 72 | 0 | 10 | 373 | 115 | 101 |
| Binary | 1111100 | 1100011 | 11101011 | 101111 | 111010 | 0 | 1000 | 11111011 | 1001101 | 1000001 |
Color Harmonies of #7C63EB
Complementary color
Monochromatic Colors of #7C63EB
Black with #7C63EB
Text Example
Text Example
White with #7C63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C63EB; }
p { color: rgb(124,99,235); }
H1.HeaderClassName
{
color: #7C63EB;
}
.AnyTagClassName
{
color: #7C63EB;
}
</style>
background-color css
<style>
a { background-color: #7C63EB; }
a { background-color: rgb(124,99,235); }
div.DivClassName
{
background-color: #7C63EB;
}
.BgClassName
{
background-color: #7C63EB;
}
</style>
border-color css
<style>
span { border-color: #7C63EB; }
span { border-color: rgb(124,99,235); }
td.TdClassName
{
border-color: #7C63EB;
}
.TagClassName
{
border-color: #7C63EB;
}
</style>