Shades of Light Slate Blue #7E6BFE
Tints of Light Slate Blue #7E6BFE
RGB
CMYK
RGB Variations
Color information
#7E6BFE (or 0x7E6BFE) is known color: Light Slate Blue. HEX triplet: 7E, 6B and FE. RGB value is (126,107,254). Sum of RGB (Red+Green+Blue) = 126+107+254=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BFE is #819401. Grayscale: #808080. Windows color (decimal): -8492034 or 16673662. OLE color: 16673662.
HSL color Cylindrical-coordinate representation of color #7E6BFE: hue angle of 247.76º 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 #7E6BFE is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 107 | 254 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.00 |
| HSL | 247.76º | 0.99% | 0.71% | - |
| HSV(B) | 247.76º | 0.58% | 1% | - |
| XYZ | 31.75 | 22.11 | 96.36 | - |
| YUV | 129.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 254 | 0.50 | 0.58 | 0 | 0.00 | 247.76 | 0.99 | 0.71 |
| Hex | 7E | 6B | FE | 32 | 3A | 0 | 0 | F8 | 63 | 47 |
| Octal | 176 | 153 | 376 | 62 | 72 | 0 | 0 | 370 | 143 | 107 |
| Binary | 1111110 | 1101011 | 11111110 | 110010 | 111010 | 0 | 0 | 11111000 | 1100011 | 1000111 |
Color Harmonies of #7E6BFE
Complementary color
Monochromatic Colors of #7E6BFE
Black with #7E6BFE
Text Example
Text Example
White with #7E6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6BFE; }
p { color: rgb(126,107,254); }
H1.HeaderClassName
{
color: #7E6BFE;
}
.AnyTagClassName
{
color: #7E6BFE;
}
</style>
background-color css
<style>
a { background-color: #7E6BFE; }
a { background-color: rgb(126,107,254); }
div.DivClassName
{
background-color: #7E6BFE;
}
.BgClassName
{
background-color: #7E6BFE;
}
</style>
border-color css
<style>
span { border-color: #7E6BFE; }
span { border-color: rgb(126,107,254); }
td.TdClassName
{
border-color: #7E6BFE;
}
.TagClassName
{
border-color: #7E6BFE;
}
</style>