Shades of Medium Slate Blue #7F56E9
Tints of Medium Slate Blue #7F56E9
RGB
CMYK
RGB Variations
Color information
#7F56E9 (or 0x7F56E9) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and E9. RGB value is (127,86,233). Sum of RGB (Red+Green+Blue) = 127+86+233=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F56E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F56E9 is #80A916. Grayscale: #727272. Windows color (decimal): -8431895 or 15292031. OLE color: 15292031.
HSL color Cylindrical-coordinate representation of color #7F56E9: hue angle of 256.73º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F56E9 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 86 | 233 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.09 |
| HSL | 256.73º | 0.77% | 0.63% | - |
| HSV(B) | 256.73º | 0.63% | 0.91% | - |
| XYZ | 26.79 | 17.05 | 78.97 | - |
| YUV | 115.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 233 | 0.45 | 0.63 | 0 | 0.09 | 256.73 | 0.77 | 0.63 |
| Hex | 7F | 56 | E9 | 2D | 3F | 0 | 9 | 101 | 4D | 3F |
| Octal | 177 | 126 | 351 | 55 | 77 | 0 | 11 | 401 | 115 | 77 |
| Binary | 1111111 | 1010110 | 11101001 | 101101 | 111111 | 0 | 1001 | 100000001 | 1001101 | 111111 |
Color Harmonies of #7F56E9
Complementary color
Monochromatic Colors of #7F56E9
Black with #7F56E9
Text Example
Text Example
White with #7F56E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56E9; }
p { color: rgb(127,86,233); }
H1.HeaderClassName
{
color: #7F56E9;
}
.AnyTagClassName
{
color: #7F56E9;
}
</style>
background-color css
<style>
a { background-color: #7F56E9; }
a { background-color: rgb(127,86,233); }
div.DivClassName
{
background-color: #7F56E9;
}
.BgClassName
{
background-color: #7F56E9;
}
</style>
border-color css
<style>
span { border-color: #7F56E9; }
span { border-color: rgb(127,86,233); }
td.TdClassName
{
border-color: #7F56E9;
}
.TagClassName
{
border-color: #7F56E9;
}
</style>