Shades of Medium Slate Blue #7851EC
Tints of Medium Slate Blue #7851EC
RGB
CMYK
RGB Variations
Color information
#7851EC (or 0x7851EC) is known color: Medium Slate Blue. HEX triplet: 78, 51 and EC. RGB value is (120,81,236). Sum of RGB (Red+Green+Blue) = 120+81+236=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #7851EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7851EC is #87AE13. Grayscale: #6D6D6D. Windows color (decimal): -8891924 or 15487352. OLE color: 15487352.
HSL color Cylindrical-coordinate representation of color #7851EC: hue angle of 255.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7851EC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 81 | 236 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.07 |
| HSL | 255.1º | 0.8% | 0.62% | - |
| HSV(B) | 255.1º | 0.66% | 0.93% | - |
| XYZ | 25.83 | 15.93 | 81.07 | - |
| YUV | 110.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 236 | 0.49 | 0.66 | 0 | 0.07 | 255.1 | 0.8 | 0.62 |
| Hex | 78 | 51 | EC | 31 | 42 | 0 | 7 | FF | 50 | 3E |
| Octal | 170 | 121 | 354 | 61 | 102 | 0 | 7 | 377 | 120 | 76 |
| Binary | 1111000 | 1010001 | 11101100 | 110001 | 1000010 | 0 | 111 | 11111111 | 1010000 | 111110 |
Color Harmonies of #7851EC
Complementary color
Monochromatic Colors of #7851EC
Black with #7851EC
Text Example
Text Example
White with #7851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851EC; }
p { color: rgb(120,81,236); }
H1.HeaderClassName
{
color: #7851EC;
}
.AnyTagClassName
{
color: #7851EC;
}
</style>
background-color css
<style>
a { background-color: #7851EC; }
a { background-color: rgb(120,81,236); }
div.DivClassName
{
background-color: #7851EC;
}
.BgClassName
{
background-color: #7851EC;
}
</style>
border-color css
<style>
span { border-color: #7851EC; }
span { border-color: rgb(120,81,236); }
td.TdClassName
{
border-color: #7851EC;
}
.TagClassName
{
border-color: #7851EC;
}
</style>