Shades of Medium Slate Blue #7C56FE
Tints of Medium Slate Blue #7C56FE
RGB
CMYK
RGB Variations
Color information
#7C56FE (or 0x7C56FE) is known color: Medium Slate Blue. HEX triplet: 7C, 56 and FE. RGB value is (124,86,254). Sum of RGB (Red+Green+Blue) = 124+86+254=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C56FE is #83A901. Grayscale: #737373. Windows color (decimal): -8628482 or 16668284. OLE color: 16668284.
HSL color Cylindrical-coordinate representation of color #7C56FE: hue angle of 253.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C56FE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 86 | 254 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.00 |
| HSL | 253.57º | 0.99% | 0.67% | - |
| HSV(B) | 253.57º | 0.66% | 1% | - |
| XYZ | 29.53 | 18.1 | 95.7 | - |
| YUV | 116.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 254 | 0.51 | 0.66 | 0 | 0.00 | 253.57 | 0.99 | 0.67 |
| Hex | 7C | 56 | FE | 33 | 42 | 0 | 0 | FE | 63 | 43 |
| Octal | 174 | 126 | 376 | 63 | 102 | 0 | 0 | 376 | 143 | 103 |
| Binary | 1111100 | 1010110 | 11111110 | 110011 | 1000010 | 0 | 0 | 11111110 | 1100011 | 1000011 |
Color Harmonies of #7C56FE
Complementary color
Monochromatic Colors of #7C56FE
Black with #7C56FE
Text Example
Text Example
White with #7C56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56FE; }
p { color: rgb(124,86,254); }
H1.HeaderClassName
{
color: #7C56FE;
}
.AnyTagClassName
{
color: #7C56FE;
}
</style>
background-color css
<style>
a { background-color: #7C56FE; }
a { background-color: rgb(124,86,254); }
div.DivClassName
{
background-color: #7C56FE;
}
.BgClassName
{
background-color: #7C56FE;
}
</style>
border-color css
<style>
span { border-color: #7C56FE; }
span { border-color: rgb(124,86,254); }
td.TdClassName
{
border-color: #7C56FE;
}
.TagClassName
{
border-color: #7C56FE;
}
</style>