Shades of Medium Slate Blue #7C56FF
Tints of Medium Slate Blue #7C56FF
RGB
CMYK
RGB Variations
Color information
#7C56FF (or 0x7C56FF) is known color: Medium Slate Blue. HEX triplet: 7C, 56 and FF. RGB value is (124,86,255). Sum of RGB (Red+Green+Blue) = 124+86+255=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C56FF is #83A900. Grayscale: #737373. Windows color (decimal): -8628481 or 16733820. OLE color: 16733820.
HSL color Cylindrical-coordinate representation of color #7C56FF: hue angle of 253.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C56FF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 86 | 255 | - |
| CMYK | 0.51 | 0.66 | 0 | 0 |
| HSL | 253.49º | 1% | 0.67% | - |
| HSV(B) | 253.49º | 0.66% | 1% | - |
| XYZ | 29.69 | 18.16 | 96.55 | - |
| YUV | 116.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 255 | 0.51 | 0.66 | 0 | 0 | 253.49 | 1 | 0.67 |
| Hex | 7C | 56 | FF | 33 | 42 | 0 | 0 | FD | 64 | 43 |
| Octal | 174 | 126 | 377 | 63 | 102 | 0 | 0 | 375 | 144 | 103 |
| Binary | 1111100 | 1010110 | 11111111 | 110011 | 1000010 | 0 | 0 | 11111101 | 1100100 | 1000011 |
Color Harmonies of #7C56FF
Complementary color
Monochromatic Colors of #7C56FF
Black with #7C56FF
Text Example
Text Example
White with #7C56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56FF; }
p { color: rgb(124,86,255); }
H1.HeaderClassName
{
color: #7C56FF;
}
.AnyTagClassName
{
color: #7C56FF;
}
</style>
background-color css
<style>
a { background-color: #7C56FF; }
a { background-color: rgb(124,86,255); }
div.DivClassName
{
background-color: #7C56FF;
}
.BgClassName
{
background-color: #7C56FF;
}
</style>
border-color css
<style>
span { border-color: #7C56FF; }
span { border-color: rgb(124,86,255); }
td.TdClassName
{
border-color: #7C56FF;
}
.TagClassName
{
border-color: #7C56FF;
}
</style>