Shades of Medium Slate Blue #7C63FA
Tints of Medium Slate Blue #7C63FA
RGB
CMYK
RGB Variations
Color information
#7C63FA (or 0x7C63FA) is known color: Medium Slate Blue. HEX triplet: 7C, 63 and FA. RGB value is (124,99,250). Sum of RGB (Red+Green+Blue) = 124+99+250=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C63FA is #839C05. Grayscale: #7B7B7B. Windows color (decimal): -8625158 or 16409468. OLE color: 16409468.
HSL color Cylindrical-coordinate representation of color #7C63FA: hue angle of 249.93º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C63FA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 99 | 250 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.02 |
| HSL | 249.93º | 0.94% | 0.68% | - |
| HSV(B) | 249.93º | 0.6% | 0.98% | - |
| XYZ | 30.03 | 20.11 | 92.74 | - |
| YUV | 123.69 | 199.28 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 250 | 0.50 | 0.60 | 0 | 0.02 | 249.93 | 0.94 | 0.68 |
| Hex | 7C | 63 | FA | 32 | 3C | 0 | 2 | FA | 5E | 44 |
| Octal | 174 | 143 | 372 | 62 | 74 | 0 | 2 | 372 | 136 | 104 |
| Binary | 1111100 | 1100011 | 11111010 | 110010 | 111100 | 0 | 10 | 11111010 | 1011110 | 1000100 |
Color Harmonies of #7C63FA
Complementary color
Monochromatic Colors of #7C63FA
Black with #7C63FA
Text Example
Text Example
White with #7C63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C63FA; }
p { color: rgb(124,99,250); }
H1.HeaderClassName
{
color: #7C63FA;
}
.AnyTagClassName
{
color: #7C63FA;
}
</style>
background-color css
<style>
a { background-color: #7C63FA; }
a { background-color: rgb(124,99,250); }
div.DivClassName
{
background-color: #7C63FA;
}
.BgClassName
{
background-color: #7C63FA;
}
</style>
border-color css
<style>
span { border-color: #7C63FA; }
span { border-color: rgb(124,99,250); }
td.TdClassName
{
border-color: #7C63FA;
}
.TagClassName
{
border-color: #7C63FA;
}
</style>