Shades of Medium Slate Blue #7C57FF
Tints of Medium Slate Blue #7C57FF
RGB
CMYK
RGB Variations
Color information
#7C57FF (or 0x7C57FF) is known color: Medium Slate Blue. HEX triplet: 7C, 57 and FF. RGB value is (124,87,255). Sum of RGB (Red+Green+Blue) = 124+87+255=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57FF is #83A800. Grayscale: #747474. Windows color (decimal): -8628225 or 16734076. OLE color: 16734076.
HSL color Cylindrical-coordinate representation of color #7C57FF: hue angle of 253.21º 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 #7C57FF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 87 | 255 | - |
| CMYK | 0.51 | 0.66 | 0 | 0 |
| HSL | 253.21º | 1% | 0.67% | - |
| HSV(B) | 253.21º | 0.66% | 1% | - |
| XYZ | 29.77 | 18.32 | 96.58 | - |
| YUV | 117.22 | 205.76 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 255 | 0.51 | 0.66 | 0 | 0 | 253.21 | 1 | 0.67 |
| Hex | 7C | 57 | FF | 33 | 42 | 0 | 0 | FD | 64 | 43 |
| Octal | 174 | 127 | 377 | 63 | 102 | 0 | 0 | 375 | 144 | 103 |
| Binary | 1111100 | 1010111 | 11111111 | 110011 | 1000010 | 0 | 0 | 11111101 | 1100100 | 1000011 |
Color Harmonies of #7C57FF
Complementary color
Monochromatic Colors of #7C57FF
Black with #7C57FF
Text Example
Text Example
White with #7C57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C57FF; }
p { color: rgb(124,87,255); }
H1.HeaderClassName
{
color: #7C57FF;
}
.AnyTagClassName
{
color: #7C57FF;
}
</style>
background-color css
<style>
a { background-color: #7C57FF; }
a { background-color: rgb(124,87,255); }
div.DivClassName
{
background-color: #7C57FF;
}
.BgClassName
{
background-color: #7C57FF;
}
</style>
border-color css
<style>
span { border-color: #7C57FF; }
span { border-color: rgb(124,87,255); }
td.TdClassName
{
border-color: #7C57FF;
}
.TagClassName
{
border-color: #7C57FF;
}
</style>