Shades of Medium Slate Blue #7C54FA
Tints of Medium Slate Blue #7C54FA
RGB
CMYK
RGB Variations
Color information
#7C54FA (or 0x7C54FA) is known color: Medium Slate Blue. HEX triplet: 7C, 54 and FA. RGB value is (124,84,250). Sum of RGB (Red+Green+Blue) = 124+84+250=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C54FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C54FA is #83AB05. Grayscale: #727272. Windows color (decimal): -8628998 or 16405628. OLE color: 16405628.
HSL color Cylindrical-coordinate representation of color #7C54FA: hue angle of 254.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C54FA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 84 | 250 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.02 |
| HSL | 254.46º | 0.94% | 0.65% | - |
| HSV(B) | 254.46º | 0.66% | 0.98% | - |
| XYZ | 28.74 | 17.53 | 92.31 | - |
| YUV | 114.88 | 204.25 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 250 | 0.50 | 0.66 | 0 | 0.02 | 254.46 | 0.94 | 0.65 |
| Hex | 7C | 54 | FA | 32 | 42 | 0 | 2 | FE | 5E | 41 |
| Octal | 174 | 124 | 372 | 62 | 102 | 0 | 2 | 376 | 136 | 101 |
| Binary | 1111100 | 1010100 | 11111010 | 110010 | 1000010 | 0 | 10 | 11111110 | 1011110 | 1000001 |
Color Harmonies of #7C54FA
Complementary color
Monochromatic Colors of #7C54FA
Black with #7C54FA
Text Example
Text Example
White with #7C54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C54FA; }
p { color: rgb(124,84,250); }
H1.HeaderClassName
{
color: #7C54FA;
}
.AnyTagClassName
{
color: #7C54FA;
}
</style>
background-color css
<style>
a { background-color: #7C54FA; }
a { background-color: rgb(124,84,250); }
div.DivClassName
{
background-color: #7C54FA;
}
.BgClassName
{
background-color: #7C54FA;
}
</style>
border-color css
<style>
span { border-color: #7C54FA; }
span { border-color: rgb(124,84,250); }
td.TdClassName
{
border-color: #7C54FA;
}
.TagClassName
{
border-color: #7C54FA;
}
</style>