Shades of Medium Slate Blue #7863EC
Tints of Medium Slate Blue #7863EC
RGB
CMYK
RGB Variations
Color information
#7863EC (or 0x7863EC) is known color: Medium Slate Blue. HEX triplet: 78, 63 and EC. RGB value is (120,99,236). Sum of RGB (Red+Green+Blue) = 120+99+236=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7863EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7863EC is #879C13. Grayscale: #787878. Windows color (decimal): -8887316 or 15491960. OLE color: 15491960.
HSL color Cylindrical-coordinate representation of color #7863EC: hue angle of 249.2º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7863EC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 99 | 236 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.07 |
| HSL | 249.2º | 0.78% | 0.66% | - |
| HSV(B) | 249.2º | 0.58% | 0.93% | - |
| XYZ | 27.35 | 18.97 | 81.58 | - |
| YUV | 120.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 236 | 0.49 | 0.58 | 0 | 0.07 | 249.2 | 0.78 | 0.66 |
| Hex | 78 | 63 | EC | 31 | 3A | 0 | 7 | F9 | 4E | 42 |
| Octal | 170 | 143 | 354 | 61 | 72 | 0 | 7 | 371 | 116 | 102 |
| Binary | 1111000 | 1100011 | 11101100 | 110001 | 111010 | 0 | 111 | 11111001 | 1001110 | 1000010 |
Color Harmonies of #7863EC
Complementary color
Monochromatic Colors of #7863EC
Black with #7863EC
Text Example
Text Example
White with #7863EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863EC; }
p { color: rgb(120,99,236); }
H1.HeaderClassName
{
color: #7863EC;
}
.AnyTagClassName
{
color: #7863EC;
}
</style>
background-color css
<style>
a { background-color: #7863EC; }
a { background-color: rgb(120,99,236); }
div.DivClassName
{
background-color: #7863EC;
}
.BgClassName
{
background-color: #7863EC;
}
</style>
border-color css
<style>
span { border-color: #7863EC; }
span { border-color: rgb(120,99,236); }
td.TdClassName
{
border-color: #7863EC;
}
.TagClassName
{
border-color: #7863EC;
}
</style>