Shades of Medium Slate Blue #7C57FE
Tints of Medium Slate Blue #7C57FE
RGB
CMYK
RGB Variations
Color information
#7C57FE (or 0x7C57FE) is known color: Medium Slate Blue. HEX triplet: 7C, 57 and FE. RGB value is (124,87,254). Sum of RGB (Red+Green+Blue) = 124+87+254=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C57FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C57FE is #83A801. Grayscale: #747474. Windows color (decimal): -8628226 or 16668540. OLE color: 16668540.
HSL color Cylindrical-coordinate representation of color #7C57FE: hue angle of 253.29º 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 #7C57FE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 87 | 254 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.00 |
| HSL | 253.29º | 0.99% | 0.67% | - |
| HSV(B) | 253.29º | 0.66% | 1% | - |
| XYZ | 29.61 | 18.26 | 95.73 | - |
| YUV | 117.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 254 | 0.51 | 0.66 | 0 | 0.00 | 253.29 | 0.99 | 0.67 |
| Hex | 7C | 57 | FE | 33 | 42 | 0 | 0 | FD | 63 | 43 |
| Octal | 174 | 127 | 376 | 63 | 102 | 0 | 0 | 375 | 143 | 103 |
| Binary | 1111100 | 1010111 | 11111110 | 110011 | 1000010 | 0 | 0 | 11111101 | 1100011 | 1000011 |
Color Harmonies of #7C57FE
Complementary color
Monochromatic Colors of #7C57FE
Black with #7C57FE
Text Example
Text Example
White with #7C57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C57FE; }
p { color: rgb(124,87,254); }
H1.HeaderClassName
{
color: #7C57FE;
}
.AnyTagClassName
{
color: #7C57FE;
}
</style>
background-color css
<style>
a { background-color: #7C57FE; }
a { background-color: rgb(124,87,254); }
div.DivClassName
{
background-color: #7C57FE;
}
.BgClassName
{
background-color: #7C57FE;
}
</style>
border-color css
<style>
span { border-color: #7C57FE; }
span { border-color: rgb(124,87,254); }
td.TdClassName
{
border-color: #7C57FE;
}
.TagClassName
{
border-color: #7C57FE;
}
</style>