Shades of Light Slate Blue #7C6DFE
Tints of Light Slate Blue #7C6DFE
RGB
CMYK
RGB Variations
Color information
#7C6DFE (or 0x7C6DFE) is known color: Light Slate Blue. HEX triplet: 7C, 6D and FE. RGB value is (124,109,254). Sum of RGB (Red+Green+Blue) = 124+109+254=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 109 (42.97% from 255 or 22.38% 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 #7C6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DFE is #839201. Grayscale: #818181. Windows color (decimal): -8622594 or 16674172. OLE color: 16674172.
HSL color Cylindrical-coordinate representation of color #7C6DFE: hue angle of 246.21º 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 #7C6DFE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 109 | 254 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.00 |
| HSL | 246.21º | 0.99% | 0.71% | - |
| HSV(B) | 246.21º | 0.57% | 1% | - |
| XYZ | 31.67 | 22.38 | 96.42 | - |
| YUV | 130.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 254 | 0.51 | 0.57 | 0 | 0.00 | 246.21 | 0.99 | 0.71 |
| Hex | 7C | 6D | FE | 33 | 39 | 0 | 0 | F6 | 63 | 47 |
| Octal | 174 | 155 | 376 | 63 | 71 | 0 | 0 | 366 | 143 | 107 |
| Binary | 1111100 | 1101101 | 11111110 | 110011 | 111001 | 0 | 0 | 11110110 | 1100011 | 1000111 |
Color Harmonies of #7C6DFE
Complementary color
Monochromatic Colors of #7C6DFE
Black with #7C6DFE
Text Example
Text Example
White with #7C6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DFE; }
p { color: rgb(124,109,254); }
H1.HeaderClassName
{
color: #7C6DFE;
}
.AnyTagClassName
{
color: #7C6DFE;
}
</style>
background-color css
<style>
a { background-color: #7C6DFE; }
a { background-color: rgb(124,109,254); }
div.DivClassName
{
background-color: #7C6DFE;
}
.BgClassName
{
background-color: #7C6DFE;
}
</style>
border-color css
<style>
span { border-color: #7C6DFE; }
span { border-color: rgb(124,109,254); }
td.TdClassName
{
border-color: #7C6DFE;
}
.TagClassName
{
border-color: #7C6DFE;
}
</style>