Shades of Medium Slate Blue #7C59FE
Tints of Medium Slate Blue #7C59FE
RGB
CMYK
RGB Variations
Color information
#7C59FE (or 0x7C59FE) is known color: Medium Slate Blue. HEX triplet: 7C, 59 and FE. RGB value is (124,89,254). Sum of RGB (Red+Green+Blue) = 124+89+254=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C59FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C59FE is #83A601. Grayscale: #757575. Windows color (decimal): -8627714 or 16669052. OLE color: 16669052.
HSL color Cylindrical-coordinate representation of color #7C59FE: hue angle of 252.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C59FE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 89 | 254 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.00 |
| HSL | 252.73º | 0.99% | 0.67% | - |
| HSV(B) | 252.73º | 0.65% | 1% | - |
| XYZ | 29.77 | 18.59 | 95.78 | - |
| YUV | 118.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 254 | 0.51 | 0.65 | 0 | 0.00 | 252.73 | 0.99 | 0.67 |
| Hex | 7C | 59 | FE | 33 | 41 | 0 | 0 | FD | 63 | 43 |
| Octal | 174 | 131 | 376 | 63 | 101 | 0 | 0 | 375 | 143 | 103 |
| Binary | 1111100 | 1011001 | 11111110 | 110011 | 1000001 | 0 | 0 | 11111101 | 1100011 | 1000011 |
Color Harmonies of #7C59FE
Complementary color
Monochromatic Colors of #7C59FE
Black with #7C59FE
Text Example
Text Example
White with #7C59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59FE; }
p { color: rgb(124,89,254); }
H1.HeaderClassName
{
color: #7C59FE;
}
.AnyTagClassName
{
color: #7C59FE;
}
</style>
background-color css
<style>
a { background-color: #7C59FE; }
a { background-color: rgb(124,89,254); }
div.DivClassName
{
background-color: #7C59FE;
}
.BgClassName
{
background-color: #7C59FE;
}
</style>
border-color css
<style>
span { border-color: #7C59FE; }
span { border-color: rgb(124,89,254); }
td.TdClassName
{
border-color: #7C59FE;
}
.TagClassName
{
border-color: #7C59FE;
}
</style>