Shades of Medium Slate Blue #7E6FEF
Tints of Medium Slate Blue #7E6FEF
RGB
CMYK
RGB Variations
Color information
#7E6FEF (or 0x7E6FEF) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and EF. RGB value is (126,111,239). Sum of RGB (Red+Green+Blue) = 126+111+239=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E6FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FEF is #819010. Grayscale: #818181. Windows color (decimal): -8491025 or 15691646. OLE color: 15691646.
HSL color Cylindrical-coordinate representation of color #7E6FEF: hue angle of 247.03º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E6FEF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 111 | 239 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.06 |
| HSL | 247.03º | 0.8% | 0.69% | - |
| HSV(B) | 247.03º | 0.54% | 0.94% | - |
| XYZ | 29.87 | 22.04 | 84.34 | - |
| YUV | 130.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 239 | 0.47 | 0.54 | 0 | 0.06 | 247.03 | 0.8 | 0.69 |
| Hex | 7E | 6F | EF | 2F | 36 | 0 | 6 | F7 | 50 | 45 |
| Octal | 176 | 157 | 357 | 57 | 66 | 0 | 6 | 367 | 120 | 105 |
| Binary | 1111110 | 1101111 | 11101111 | 101111 | 110110 | 0 | 110 | 11110111 | 1010000 | 1000101 |
Color Harmonies of #7E6FEF
Complementary color
Monochromatic Colors of #7E6FEF
Black with #7E6FEF
Text Example
Text Example
White with #7E6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FEF; }
p { color: rgb(126,111,239); }
H1.HeaderClassName
{
color: #7E6FEF;
}
.AnyTagClassName
{
color: #7E6FEF;
}
</style>
background-color css
<style>
a { background-color: #7E6FEF; }
a { background-color: rgb(126,111,239); }
div.DivClassName
{
background-color: #7E6FEF;
}
.BgClassName
{
background-color: #7E6FEF;
}
</style>
border-color css
<style>
span { border-color: #7E6FEF; }
span { border-color: rgb(126,111,239); }
td.TdClassName
{
border-color: #7E6FEF;
}
.TagClassName
{
border-color: #7E6FEF;
}
</style>