Shades of Medium Slate Blue #7E6FE8
Tints of Medium Slate Blue #7E6FE8
RGB
CMYK
RGB Variations
Color information
#7E6FE8 (or 0x7E6FE8) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and E8. RGB value is (126,111,232). Sum of RGB (Red+Green+Blue) = 126+111+232=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E6FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FE8 is #819017. Grayscale: #808080. Windows color (decimal): -8491032 or 15232894. OLE color: 15232894.
HSL color Cylindrical-coordinate representation of color #7E6FE8: hue angle of 247.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E6FE8 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 111 | 232 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.09 |
| HSL | 247.44º | 0.72% | 0.67% | - |
| HSV(B) | 247.44º | 0.52% | 0.91% | - |
| XYZ | 28.85 | 21.63 | 79 | - |
| YUV | 129.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 232 | 0.46 | 0.52 | 0 | 0.09 | 247.44 | 0.72 | 0.67 |
| Hex | 7E | 6F | E8 | 2E | 34 | 0 | 9 | F7 | 48 | 43 |
| Octal | 176 | 157 | 350 | 56 | 64 | 0 | 11 | 367 | 110 | 103 |
| Binary | 1111110 | 1101111 | 11101000 | 101110 | 110100 | 0 | 1001 | 11110111 | 1001000 | 1000011 |
Color Harmonies of #7E6FE8
Complementary color
Monochromatic Colors of #7E6FE8
Black with #7E6FE8
Text Example
Text Example
White with #7E6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FE8; }
p { color: rgb(126,111,232); }
H1.HeaderClassName
{
color: #7E6FE8;
}
.AnyTagClassName
{
color: #7E6FE8;
}
</style>
background-color css
<style>
a { background-color: #7E6FE8; }
a { background-color: rgb(126,111,232); }
div.DivClassName
{
background-color: #7E6FE8;
}
.BgClassName
{
background-color: #7E6FE8;
}
</style>
border-color css
<style>
span { border-color: #7E6FE8; }
span { border-color: rgb(126,111,232); }
td.TdClassName
{
border-color: #7E6FE8;
}
.TagClassName
{
border-color: #7E6FE8;
}
</style>