Shades of Light Slate Blue #7E68FC
Tints of Light Slate Blue #7E68FC
RGB
CMYK
RGB Variations
Color information
#7E68FC (or 0x7E68FC) is known color: Light Slate Blue. HEX triplet: 7E, 68 and FC. RGB value is (126,104,252). Sum of RGB (Red+Green+Blue) = 126+104+252=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E68FC is #819703. Grayscale: #7E7E7E. Windows color (decimal): -8492804 or 16541822. OLE color: 16541822.
HSL color Cylindrical-coordinate representation of color #7E68FC: hue angle of 248.92º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E68FC is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 104 | 252 | - |
| CMYK | 0.5 | 0.59 | 0 | 0.01 |
| HSL | 248.92º | 0.96% | 0.7% | - |
| HSV(B) | 248.92º | 0.59% | 0.99% | - |
| XYZ | 31.13 | 21.36 | 94.58 | - |
| YUV | 127.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 252 | 0.5 | 0.59 | 0 | 0.01 | 248.92 | 0.96 | 0.7 |
| Hex | 7E | 68 | FC | 32 | 3B | 0 | 1 | F9 | 60 | 46 |
| Octal | 176 | 150 | 374 | 62 | 73 | 0 | 1 | 371 | 140 | 106 |
| Binary | 1111110 | 1101000 | 11111100 | 110010 | 111011 | 0 | 1 | 11111001 | 1100000 | 1000110 |
Color Harmonies of #7E68FC
Complementary color
Monochromatic Colors of #7E68FC
Black with #7E68FC
Text Example
Text Example
White with #7E68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E68FC; }
p { color: rgb(126,104,252); }
H1.HeaderClassName
{
color: #7E68FC;
}
.AnyTagClassName
{
color: #7E68FC;
}
</style>
background-color css
<style>
a { background-color: #7E68FC; }
a { background-color: rgb(126,104,252); }
div.DivClassName
{
background-color: #7E68FC;
}
.BgClassName
{
background-color: #7E68FC;
}
</style>
border-color css
<style>
span { border-color: #7E68FC; }
span { border-color: rgb(126,104,252); }
td.TdClassName
{
border-color: #7E68FC;
}
.TagClassName
{
border-color: #7E68FC;
}
</style>