Shades of Medium Slate Blue #7C56FB
Tints of Medium Slate Blue #7C56FB
RGB
CMYK
RGB Variations
Color information
#7C56FB (or 0x7C56FB) is known color: Medium Slate Blue. HEX triplet: 7C, 56 and FB. RGB value is (124,86,251). Sum of RGB (Red+Green+Blue) = 124+86+251=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C56FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C56FB is #83A904. Grayscale: #737373. Windows color (decimal): -8628485 or 16471676. OLE color: 16471676.
HSL color Cylindrical-coordinate representation of color #7C56FB: hue angle of 253.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C56FB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 86 | 251 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.02 |
| HSL | 253.82º | 0.95% | 0.66% | - |
| HSV(B) | 253.82º | 0.66% | 0.98% | - |
| XYZ | 29.05 | 17.91 | 93.19 | - |
| YUV | 116.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 251 | 0.51 | 0.66 | 0 | 0.02 | 253.82 | 0.95 | 0.66 |
| Hex | 7C | 56 | FB | 33 | 42 | 0 | 2 | FE | 5F | 42 |
| Octal | 174 | 126 | 373 | 63 | 102 | 0 | 2 | 376 | 137 | 102 |
| Binary | 1111100 | 1010110 | 11111011 | 110011 | 1000010 | 0 | 10 | 11111110 | 1011111 | 1000010 |
Color Harmonies of #7C56FB
Complementary color
Monochromatic Colors of #7C56FB
Black with #7C56FB
Text Example
Text Example
White with #7C56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56FB; }
p { color: rgb(124,86,251); }
H1.HeaderClassName
{
color: #7C56FB;
}
.AnyTagClassName
{
color: #7C56FB;
}
</style>
background-color css
<style>
a { background-color: #7C56FB; }
a { background-color: rgb(124,86,251); }
div.DivClassName
{
background-color: #7C56FB;
}
.BgClassName
{
background-color: #7C56FB;
}
</style>
border-color css
<style>
span { border-color: #7C56FB; }
span { border-color: rgb(124,86,251); }
td.TdClassName
{
border-color: #7C56FB;
}
.TagClassName
{
border-color: #7C56FB;
}
</style>