Shades of Medium Slate Blue #7862EA
Tints of Medium Slate Blue #7862EA
RGB
CMYK
RGB Variations
Color information
#7862EA (or 0x7862EA) is known color: Medium Slate Blue. HEX triplet: 78, 62 and EA. RGB value is (120,98,234). Sum of RGB (Red+Green+Blue) = 120+98+234=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7862EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7862EA is #879D15. Grayscale: #777777. Windows color (decimal): -8887574 or 15360632. OLE color: 15360632.
HSL color Cylindrical-coordinate representation of color #7862EA: hue angle of 249.71º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7862EA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 98 | 234 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.08 |
| HSL | 249.71º | 0.76% | 0.65% | - |
| HSV(B) | 249.71º | 0.58% | 0.92% | - |
| XYZ | 26.96 | 18.67 | 80.02 | - |
| YUV | 120.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 234 | 0.49 | 0.58 | 0 | 0.08 | 249.71 | 0.76 | 0.65 |
| Hex | 78 | 62 | EA | 31 | 3A | 0 | 8 | FA | 4C | 41 |
| Octal | 170 | 142 | 352 | 61 | 72 | 0 | 10 | 372 | 114 | 101 |
| Binary | 1111000 | 1100010 | 11101010 | 110001 | 111010 | 0 | 1000 | 11111010 | 1001100 | 1000001 |
Color Harmonies of #7862EA
Complementary color
Monochromatic Colors of #7862EA
Black with #7862EA
Text Example
Text Example
White with #7862EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7862EA; }
p { color: rgb(120,98,234); }
H1.HeaderClassName
{
color: #7862EA;
}
.AnyTagClassName
{
color: #7862EA;
}
</style>
background-color css
<style>
a { background-color: #7862EA; }
a { background-color: rgb(120,98,234); }
div.DivClassName
{
background-color: #7862EA;
}
.BgClassName
{
background-color: #7862EA;
}
</style>
border-color css
<style>
span { border-color: #7862EA; }
span { border-color: rgb(120,98,234); }
td.TdClassName
{
border-color: #7862EA;
}
.TagClassName
{
border-color: #7862EA;
}
</style>