Shades of Medium Slate Blue #7E78ED
Tints of Medium Slate Blue #7E78ED
RGB
CMYK
RGB Variations
Color information
#7E78ED (or 0x7E78ED) is known color: Medium Slate Blue. HEX triplet: 7E, 78 and ED. RGB value is (126,120,237). Sum of RGB (Red+Green+Blue) = 126+120+237=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E78ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E78ED is #818712. Grayscale: #868686. Windows color (decimal): -8488723 or 15562878. OLE color: 15562878.
HSL color Cylindrical-coordinate representation of color #7E78ED: hue angle of 243.08º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E78ED is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 120 | 237 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.07 |
| HSL | 243.08º | 0.76% | 0.7% | - |
| HSV(B) | 243.08º | 0.49% | 0.93% | - |
| XYZ | 30.61 | 23.98 | 83.14 | - |
| YUV | 135.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 237 | 0.47 | 0.49 | 0 | 0.07 | 243.08 | 0.76 | 0.7 |
| Hex | 7E | 78 | ED | 2F | 31 | 0 | 7 | F3 | 4C | 46 |
| Octal | 176 | 170 | 355 | 57 | 61 | 0 | 7 | 363 | 114 | 106 |
| Binary | 1111110 | 1111000 | 11101101 | 101111 | 110001 | 0 | 111 | 11110011 | 1001100 | 1000110 |
Color Harmonies of #7E78ED
Complementary color
Monochromatic Colors of #7E78ED
Black with #7E78ED
Text Example
Text Example
White with #7E78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78ED; }
p { color: rgb(126,120,237); }
H1.HeaderClassName
{
color: #7E78ED;
}
.AnyTagClassName
{
color: #7E78ED;
}
</style>
background-color css
<style>
a { background-color: #7E78ED; }
a { background-color: rgb(126,120,237); }
div.DivClassName
{
background-color: #7E78ED;
}
.BgClassName
{
background-color: #7E78ED;
}
</style>
border-color css
<style>
span { border-color: #7E78ED; }
span { border-color: rgb(126,120,237); }
td.TdClassName
{
border-color: #7E78ED;
}
.TagClassName
{
border-color: #7E78ED;
}
</style>