Shades of Medium Slate Blue #7E6AF1
Tints of Medium Slate Blue #7E6AF1
RGB
CMYK
RGB Variations
Color information
#7E6AF1 (or 0x7E6AF1) is known color: Medium Slate Blue. HEX triplet: 7E, 6A and F1. RGB value is (126,106,241). Sum of RGB (Red+Green+Blue) = 126+106+241=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #7E6AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6AF1 is #81950E. Grayscale: #7E7E7E. Windows color (decimal): -8492303 or 15821438. OLE color: 15821438.
HSL color Cylindrical-coordinate representation of color #7E6AF1: hue angle of 248.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6AF1 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 106 | 241 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.05 |
| HSL | 248.89º | 0.83% | 0.68% | - |
| HSV(B) | 248.89º | 0.56% | 0.95% | - |
| XYZ | 29.64 | 21.09 | 85.73 | - |
| YUV | 127.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 241 | 0.48 | 0.56 | 0 | 0.05 | 248.89 | 0.83 | 0.68 |
| Hex | 7E | 6A | F1 | 30 | 38 | 0 | 5 | F9 | 53 | 44 |
| Octal | 176 | 152 | 361 | 60 | 70 | 0 | 5 | 371 | 123 | 104 |
| Binary | 1111110 | 1101010 | 11110001 | 110000 | 111000 | 0 | 101 | 11111001 | 1010011 | 1000100 |
Color Harmonies of #7E6AF1
Complementary color
Monochromatic Colors of #7E6AF1
Black with #7E6AF1
Text Example
Text Example
White with #7E6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6AF1; }
p { color: rgb(126,106,241); }
H1.HeaderClassName
{
color: #7E6AF1;
}
.AnyTagClassName
{
color: #7E6AF1;
}
</style>
background-color css
<style>
a { background-color: #7E6AF1; }
a { background-color: rgb(126,106,241); }
div.DivClassName
{
background-color: #7E6AF1;
}
.BgClassName
{
background-color: #7E6AF1;
}
</style>
border-color css
<style>
span { border-color: #7E6AF1; }
span { border-color: rgb(126,106,241); }
td.TdClassName
{
border-color: #7E6AF1;
}
.TagClassName
{
border-color: #7E6AF1;
}
</style>