Shades of Medium Slate Blue #7E78E2
Tints of Medium Slate Blue #7E78E2
RGB
CMYK
RGB Variations
Color information
#7E78E2 (or 0x7E78E2) is known color: Medium Slate Blue. HEX triplet: 7E, 78 and E2. RGB value is (126,120,226). Sum of RGB (Red+Green+Blue) = 126+120+226=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #7E78E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78E2 is #81871D. Grayscale: #858585. Windows color (decimal): -8488734 or 14841982. OLE color: 14841982.
HSL color Cylindrical-coordinate representation of color #7E78E2: hue angle of 243.4º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E78E2 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 120 | 226 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.11 |
| HSL | 243.4º | 0.65% | 0.68% | - |
| HSV(B) | 243.4º | 0.47% | 0.89% | - |
| XYZ | 29.05 | 23.36 | 74.93 | - |
| YUV | 133.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 226 | 0.44 | 0.47 | 0 | 0.11 | 243.4 | 0.65 | 0.68 |
| Hex | 7E | 78 | E2 | 2C | 2F | 0 | B | F3 | 41 | 44 |
| Octal | 176 | 170 | 342 | 54 | 57 | 0 | 13 | 363 | 101 | 104 |
| Binary | 1111110 | 1111000 | 11100010 | 101100 | 101111 | 0 | 1011 | 11110011 | 1000001 | 1000100 |
Color Harmonies of #7E78E2
Complementary color
Monochromatic Colors of #7E78E2
Black with #7E78E2
Text Example
Text Example
White with #7E78E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78E2; }
p { color: rgb(126,120,226); }
H1.HeaderClassName
{
color: #7E78E2;
}
.AnyTagClassName
{
color: #7E78E2;
}
</style>
background-color css
<style>
a { background-color: #7E78E2; }
a { background-color: rgb(126,120,226); }
div.DivClassName
{
background-color: #7E78E2;
}
.BgClassName
{
background-color: #7E78E2;
}
</style>
border-color css
<style>
span { border-color: #7E78E2; }
span { border-color: rgb(126,120,226); }
td.TdClassName
{
border-color: #7E78E2;
}
.TagClassName
{
border-color: #7E78E2;
}
</style>