Shades of Light Slate Blue #7E6AFE
Tints of Light Slate Blue #7E6AFE
RGB
CMYK
RGB Variations
Color information
#7E6AFE (or 0x7E6AFE) is known color: Light Slate Blue. HEX triplet: 7E, 6A and FE. RGB value is (126,106,254). Sum of RGB (Red+Green+Blue) = 126+106+254=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E6AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6AFE is #819501. Grayscale: #808080. Windows color (decimal): -8492290 or 16673406. OLE color: 16673406.
HSL color Cylindrical-coordinate representation of color #7E6AFE: hue angle of 248.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E6AFE is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 106 | 254 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.00 |
| HSL | 248.11º | 0.99% | 0.71% | - |
| HSV(B) | 248.11º | 0.58% | 1% | - |
| XYZ | 31.65 | 21.9 | 96.32 | - |
| YUV | 128.85 | 198.63 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 254 | 0.50 | 0.58 | 0 | 0.00 | 248.11 | 0.99 | 0.71 |
| Hex | 7E | 6A | FE | 32 | 3A | 0 | 0 | F8 | 63 | 47 |
| Octal | 176 | 152 | 376 | 62 | 72 | 0 | 0 | 370 | 143 | 107 |
| Binary | 1111110 | 1101010 | 11111110 | 110010 | 111010 | 0 | 0 | 11111000 | 1100011 | 1000111 |
Color Harmonies of #7E6AFE
Complementary color
Monochromatic Colors of #7E6AFE
Black with #7E6AFE
Text Example
Text Example
White with #7E6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6AFE; }
p { color: rgb(126,106,254); }
H1.HeaderClassName
{
color: #7E6AFE;
}
.AnyTagClassName
{
color: #7E6AFE;
}
</style>
background-color css
<style>
a { background-color: #7E6AFE; }
a { background-color: rgb(126,106,254); }
div.DivClassName
{
background-color: #7E6AFE;
}
.BgClassName
{
background-color: #7E6AFE;
}
</style>
border-color css
<style>
span { border-color: #7E6AFE; }
span { border-color: rgb(126,106,254); }
td.TdClassName
{
border-color: #7E6AFE;
}
.TagClassName
{
border-color: #7E6AFE;
}
</style>