Shades of Medium Slate Blue #7E6FE4
Tints of Medium Slate Blue #7E6FE4
RGB
CMYK
RGB Variations
Color information
#7E6FE4 (or 0x7E6FE4) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and E4. RGB value is (126,111,228). Sum of RGB (Red+Green+Blue) = 126+111+228=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #7E6FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FE4 is #81901B. Grayscale: #808080. Windows color (decimal): -8491036 or 14970750. OLE color: 14970750.
HSL color Cylindrical-coordinate representation of color #7E6FE4: hue angle of 247.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E6FE4 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 111 | 228 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.11 |
| HSL | 247.69º | 0.68% | 0.66% | - |
| HSV(B) | 247.69º | 0.51% | 0.89% | - |
| XYZ | 28.29 | 21.41 | 76.04 | - |
| YUV | 128.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 228 | 0.45 | 0.51 | 0 | 0.11 | 247.69 | 0.68 | 0.66 |
| Hex | 7E | 6F | E4 | 2D | 33 | 0 | B | F8 | 44 | 42 |
| Octal | 176 | 157 | 344 | 55 | 63 | 0 | 13 | 370 | 104 | 102 |
| Binary | 1111110 | 1101111 | 11100100 | 101101 | 110011 | 0 | 1011 | 11111000 | 1000100 | 1000010 |
Color Harmonies of #7E6FE4
Complementary color
Monochromatic Colors of #7E6FE4
Black with #7E6FE4
Text Example
Text Example
White with #7E6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FE4; }
p { color: rgb(126,111,228); }
H1.HeaderClassName
{
color: #7E6FE4;
}
.AnyTagClassName
{
color: #7E6FE4;
}
</style>
background-color css
<style>
a { background-color: #7E6FE4; }
a { background-color: rgb(126,111,228); }
div.DivClassName
{
background-color: #7E6FE4;
}
.BgClassName
{
background-color: #7E6FE4;
}
</style>
border-color css
<style>
span { border-color: #7E6FE4; }
span { border-color: rgb(126,111,228); }
td.TdClassName
{
border-color: #7E6FE4;
}
.TagClassName
{
border-color: #7E6FE4;
}
</style>