Shades of Medium Slate Blue #7856EE
Tints of Medium Slate Blue #7856EE
RGB
CMYK
RGB Variations
Color information
#7856EE (or 0x7856EE) is known color: Medium Slate Blue. HEX triplet: 78, 56 and EE. RGB value is (120,86,238). Sum of RGB (Red+Green+Blue) = 120+86+238=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #7856EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7856EE is #87A911. Grayscale: #707070. Windows color (decimal): -8890642 or 15619704. OLE color: 15619704.
HSL color Cylindrical-coordinate representation of color #7856EE: hue angle of 253.42º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7856EE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 86 | 238 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.07 |
| HSL | 253.42º | 0.82% | 0.64% | - |
| HSV(B) | 253.42º | 0.64% | 0.93% | - |
| XYZ | 26.51 | 16.82 | 82.74 | - |
| YUV | 113.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 238 | 0.50 | 0.64 | 0 | 0.07 | 253.42 | 0.82 | 0.64 |
| Hex | 78 | 56 | EE | 32 | 40 | 0 | 7 | FD | 52 | 40 |
| Octal | 170 | 126 | 356 | 62 | 100 | 0 | 7 | 375 | 122 | 100 |
| Binary | 1111000 | 1010110 | 11101110 | 110010 | 1000000 | 0 | 111 | 11111101 | 1010010 | 1000000 |
Color Harmonies of #7856EE
Complementary color
Monochromatic Colors of #7856EE
Black with #7856EE
Text Example
Text Example
White with #7856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7856EE; }
p { color: rgb(120,86,238); }
H1.HeaderClassName
{
color: #7856EE;
}
.AnyTagClassName
{
color: #7856EE;
}
</style>
background-color css
<style>
a { background-color: #7856EE; }
a { background-color: rgb(120,86,238); }
div.DivClassName
{
background-color: #7856EE;
}
.BgClassName
{
background-color: #7856EE;
}
</style>
border-color css
<style>
span { border-color: #7856EE; }
span { border-color: rgb(120,86,238); }
td.TdClassName
{
border-color: #7856EE;
}
.TagClassName
{
border-color: #7856EE;
}
</style>