Shades of Medium Slate Blue #7E68F4
Tints of Medium Slate Blue #7E68F4
RGB
CMYK
RGB Variations
Color information
#7E68F4 (or 0x7E68F4) is known color: Medium Slate Blue. HEX triplet: 7E, 68 and F4. RGB value is (126,104,244). Sum of RGB (Red+Green+Blue) = 126+104+244=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E68F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E68F4 is #81970B. Grayscale: #7E7E7E. Windows color (decimal): -8492812 or 16017534. OLE color: 16017534.
HSL color Cylindrical-coordinate representation of color #7E68F4: hue angle of 249.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E68F4 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 104 | 244 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.04 |
| HSL | 249.43º | 0.86% | 0.68% | - |
| HSV(B) | 249.43º | 0.57% | 0.96% | - |
| XYZ | 29.88 | 20.87 | 88.04 | - |
| YUV | 126.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 244 | 0.48 | 0.57 | 0 | 0.04 | 249.43 | 0.86 | 0.68 |
| Hex | 7E | 68 | F4 | 30 | 39 | 0 | 4 | F9 | 56 | 44 |
| Octal | 176 | 150 | 364 | 60 | 71 | 0 | 4 | 371 | 126 | 104 |
| Binary | 1111110 | 1101000 | 11110100 | 110000 | 111001 | 0 | 100 | 11111001 | 1010110 | 1000100 |
Color Harmonies of #7E68F4
Complementary color
Monochromatic Colors of #7E68F4
Black with #7E68F4
Text Example
Text Example
White with #7E68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E68F4; }
p { color: rgb(126,104,244); }
H1.HeaderClassName
{
color: #7E68F4;
}
.AnyTagClassName
{
color: #7E68F4;
}
</style>
background-color css
<style>
a { background-color: #7E68F4; }
a { background-color: rgb(126,104,244); }
div.DivClassName
{
background-color: #7E68F4;
}
.BgClassName
{
background-color: #7E68F4;
}
</style>
border-color css
<style>
span { border-color: #7E68F4; }
span { border-color: rgb(126,104,244); }
td.TdClassName
{
border-color: #7E68F4;
}
.TagClassName
{
border-color: #7E68F4;
}
</style>