Shades of Medium Slate Blue #7E6EF2
Tints of Medium Slate Blue #7E6EF2
RGB
CMYK
RGB Variations
Color information
#7E6EF2 (or 0x7E6EF2) is known color: Medium Slate Blue. HEX triplet: 7E, 6E and F2. RGB value is (126,110,242). Sum of RGB (Red+Green+Blue) = 126+110+242=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #7E6EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6EF2 is #81910D. Grayscale: #818181. Windows color (decimal): -8491278 or 15887998. OLE color: 15887998.
HSL color Cylindrical-coordinate representation of color #7E6EF2: hue angle of 247.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6EF2 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 110 | 242 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.05 |
| HSL | 247.27º | 0.84% | 0.69% | - |
| HSV(B) | 247.27º | 0.55% | 0.95% | - |
| XYZ | 30.21 | 22 | 86.66 | - |
| YUV | 129.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 242 | 0.48 | 0.55 | 0 | 0.05 | 247.27 | 0.84 | 0.69 |
| Hex | 7E | 6E | F2 | 30 | 37 | 0 | 5 | F7 | 54 | 45 |
| Octal | 176 | 156 | 362 | 60 | 67 | 0 | 5 | 367 | 124 | 105 |
| Binary | 1111110 | 1101110 | 11110010 | 110000 | 110111 | 0 | 101 | 11110111 | 1010100 | 1000101 |
Color Harmonies of #7E6EF2
Complementary color
Monochromatic Colors of #7E6EF2
Black with #7E6EF2
Text Example
Text Example
White with #7E6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6EF2; }
p { color: rgb(126,110,242); }
H1.HeaderClassName
{
color: #7E6EF2;
}
.AnyTagClassName
{
color: #7E6EF2;
}
</style>
background-color css
<style>
a { background-color: #7E6EF2; }
a { background-color: rgb(126,110,242); }
div.DivClassName
{
background-color: #7E6EF2;
}
.BgClassName
{
background-color: #7E6EF2;
}
</style>
border-color css
<style>
span { border-color: #7E6EF2; }
span { border-color: rgb(126,110,242); }
td.TdClassName
{
border-color: #7E6EF2;
}
.TagClassName
{
border-color: #7E6EF2;
}
</style>