Shades of Medium Slate Blue #7E6CF3
Tints of Medium Slate Blue #7E6CF3
RGB
CMYK
RGB Variations
Color information
#7E6CF3 (or 0x7E6CF3) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and F3. RGB value is (126,108,243). Sum of RGB (Red+Green+Blue) = 126+108+243=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E6CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CF3 is #81930C. Grayscale: #808080. Windows color (decimal): -8491789 or 15953022. OLE color: 15953022.
HSL color Cylindrical-coordinate representation of color #7E6CF3: hue angle of 248º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6CF3 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 108 | 243 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.05 |
| HSL | 248º | 0.85% | 0.69% | - |
| HSV(B) | 248º | 0.56% | 0.95% | - |
| XYZ | 30.14 | 21.63 | 87.38 | - |
| YUV | 128.77 | 192.46 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 243 | 0.48 | 0.56 | 0 | 0.05 | 248 | 0.85 | 0.69 |
| Hex | 7E | 6C | F3 | 30 | 38 | 0 | 5 | F8 | 55 | 45 |
| Octal | 176 | 154 | 363 | 60 | 70 | 0 | 5 | 370 | 125 | 105 |
| Binary | 1111110 | 1101100 | 11110011 | 110000 | 111000 | 0 | 101 | 11111000 | 1010101 | 1000101 |
Color Harmonies of #7E6CF3
Complementary color
Monochromatic Colors of #7E6CF3
Black with #7E6CF3
Text Example
Text Example
White with #7E6CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CF3; }
p { color: rgb(126,108,243); }
H1.HeaderClassName
{
color: #7E6CF3;
}
.AnyTagClassName
{
color: #7E6CF3;
}
</style>
background-color css
<style>
a { background-color: #7E6CF3; }
a { background-color: rgb(126,108,243); }
div.DivClassName
{
background-color: #7E6CF3;
}
.BgClassName
{
background-color: #7E6CF3;
}
</style>
border-color css
<style>
span { border-color: #7E6CF3; }
span { border-color: rgb(126,108,243); }
td.TdClassName
{
border-color: #7E6CF3;
}
.TagClassName
{
border-color: #7E6CF3;
}
</style>