Shades of Medium Slate Blue #7E6CEE
Tints of Medium Slate Blue #7E6CEE
RGB
CMYK
RGB Variations
Color information
#7E6CEE (or 0x7E6CEE) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and EE. RGB value is (126,108,238). Sum of RGB (Red+Green+Blue) = 126+108+238=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E6CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CEE is #819311. Grayscale: #7F7F7F. Windows color (decimal): -8491794 or 15625342. OLE color: 15625342.
HSL color Cylindrical-coordinate representation of color #7E6CEE: hue angle of 248.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6CEE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 108 | 238 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.07 |
| HSL | 248.31º | 0.79% | 0.68% | - |
| HSV(B) | 248.31º | 0.55% | 0.93% | - |
| XYZ | 29.4 | 21.33 | 83.46 | - |
| YUV | 128.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 238 | 0.47 | 0.55 | 0 | 0.07 | 248.31 | 0.79 | 0.68 |
| Hex | 7E | 6C | EE | 2F | 37 | 0 | 7 | F8 | 4F | 44 |
| Octal | 176 | 154 | 356 | 57 | 67 | 0 | 7 | 370 | 117 | 104 |
| Binary | 1111110 | 1101100 | 11101110 | 101111 | 110111 | 0 | 111 | 11111000 | 1001111 | 1000100 |
Color Harmonies of #7E6CEE
Complementary color
Monochromatic Colors of #7E6CEE
Black with #7E6CEE
Text Example
Text Example
White with #7E6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CEE; }
p { color: rgb(126,108,238); }
H1.HeaderClassName
{
color: #7E6CEE;
}
.AnyTagClassName
{
color: #7E6CEE;
}
</style>
background-color css
<style>
a { background-color: #7E6CEE; }
a { background-color: rgb(126,108,238); }
div.DivClassName
{
background-color: #7E6CEE;
}
.BgClassName
{
background-color: #7E6CEE;
}
</style>
border-color css
<style>
span { border-color: #7E6CEE; }
span { border-color: rgb(126,108,238); }
td.TdClassName
{
border-color: #7E6CEE;
}
.TagClassName
{
border-color: #7E6CEE;
}
</style>