Shades of Light Slate Blue #7E6CFE
Tints of Light Slate Blue #7E6CFE
RGB
CMYK
RGB Variations
Color information
#7E6CFE (or 0x7E6CFE) is known color: Light Slate Blue. HEX triplet: 7E, 6C and FE. RGB value is (126,108,254). Sum of RGB (Red+Green+Blue) = 126+108+254=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CFE is #819301. Grayscale: #818181. Windows color (decimal): -8491778 or 16673918. OLE color: 16673918.
HSL color Cylindrical-coordinate representation of color #7E6CFE: hue angle of 247.4º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6CFE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 108 | 254 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.00 |
| HSL | 247.4º | 0.99% | 0.71% | - |
| HSV(B) | 247.4º | 0.57% | 1% | - |
| XYZ | 31.86 | 22.32 | 96.39 | - |
| YUV | 130.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 254 | 0.50 | 0.57 | 0 | 0.00 | 247.4 | 0.99 | 0.71 |
| Hex | 7E | 6C | FE | 32 | 39 | 0 | 0 | F7 | 63 | 47 |
| Octal | 176 | 154 | 376 | 62 | 71 | 0 | 0 | 367 | 143 | 107 |
| Binary | 1111110 | 1101100 | 11111110 | 110010 | 111001 | 0 | 0 | 11110111 | 1100011 | 1000111 |
Color Harmonies of #7E6CFE
Complementary color
Monochromatic Colors of #7E6CFE
Black with #7E6CFE
Text Example
Text Example
White with #7E6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CFE; }
p { color: rgb(126,108,254); }
H1.HeaderClassName
{
color: #7E6CFE;
}
.AnyTagClassName
{
color: #7E6CFE;
}
</style>
background-color css
<style>
a { background-color: #7E6CFE; }
a { background-color: rgb(126,108,254); }
div.DivClassName
{
background-color: #7E6CFE;
}
.BgClassName
{
background-color: #7E6CFE;
}
</style>
border-color css
<style>
span { border-color: #7E6CFE; }
span { border-color: rgb(126,108,254); }
td.TdClassName
{
border-color: #7E6CFE;
}
.TagClassName
{
border-color: #7E6CFE;
}
</style>