Shades of Medium Slate Blue #7F56EF
Tints of Medium Slate Blue #7F56EF
RGB
CMYK
RGB Variations
Color information
#7F56EF (or 0x7F56EF) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and EF. RGB value is (127,86,239). Sum of RGB (Red+Green+Blue) = 127+86+239=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F56EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F56EF is #80A910. Grayscale: #737373. Windows color (decimal): -8431889 or 15685247. OLE color: 15685247.
HSL color Cylindrical-coordinate representation of color #7F56EF: hue angle of 256.08º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F56EF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 86 | 239 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.06 |
| HSL | 256.08º | 0.83% | 0.64% | - |
| HSV(B) | 256.08º | 0.64% | 0.94% | - |
| XYZ | 27.66 | 17.4 | 83.56 | - |
| YUV | 115.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 239 | 0.47 | 0.64 | 0 | 0.06 | 256.08 | 0.83 | 0.64 |
| Hex | 7F | 56 | EF | 2F | 40 | 0 | 6 | 100 | 53 | 40 |
| Octal | 177 | 126 | 357 | 57 | 100 | 0 | 6 | 400 | 123 | 100 |
| Binary | 1111111 | 1010110 | 11101111 | 101111 | 1000000 | 0 | 110 | 100000000 | 1010011 | 1000000 |
Color Harmonies of #7F56EF
Complementary color
Monochromatic Colors of #7F56EF
Black with #7F56EF
Text Example
Text Example
White with #7F56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56EF; }
p { color: rgb(127,86,239); }
H1.HeaderClassName
{
color: #7F56EF;
}
.AnyTagClassName
{
color: #7F56EF;
}
</style>
background-color css
<style>
a { background-color: #7F56EF; }
a { background-color: rgb(127,86,239); }
div.DivClassName
{
background-color: #7F56EF;
}
.BgClassName
{
background-color: #7F56EF;
}
</style>
border-color css
<style>
span { border-color: #7F56EF; }
span { border-color: rgb(127,86,239); }
td.TdClassName
{
border-color: #7F56EF;
}
.TagClassName
{
border-color: #7F56EF;
}
</style>