Shades of Light Slate Blue #7C6DFA
Tints of Light Slate Blue #7C6DFA
RGB
CMYK
RGB Variations
Color information
#7C6DFA (or 0x7C6DFA) is known color: Light Slate Blue. HEX triplet: 7C, 6D and FA. RGB value is (124,109,250). Sum of RGB (Red+Green+Blue) = 124+109+250=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C6DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DFA is #839205. Grayscale: #818181. Windows color (decimal): -8622598 or 16412028. OLE color: 16412028.
HSL color Cylindrical-coordinate representation of color #7C6DFA: hue angle of 246.38º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6DFA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 109 | 250 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.02 |
| HSL | 246.38º | 0.93% | 0.7% | - |
| HSV(B) | 246.38º | 0.56% | 0.98% | - |
| XYZ | 31.04 | 22.12 | 93.08 | - |
| YUV | 129.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 250 | 0.50 | 0.56 | 0 | 0.02 | 246.38 | 0.93 | 0.7 |
| Hex | 7C | 6D | FA | 32 | 38 | 0 | 2 | F6 | 5D | 46 |
| Octal | 174 | 155 | 372 | 62 | 70 | 0 | 2 | 366 | 135 | 106 |
| Binary | 1111100 | 1101101 | 11111010 | 110010 | 111000 | 0 | 10 | 11110110 | 1011101 | 1000110 |
Color Harmonies of #7C6DFA
Complementary color
Monochromatic Colors of #7C6DFA
Black with #7C6DFA
Text Example
Text Example
White with #7C6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DFA; }
p { color: rgb(124,109,250); }
H1.HeaderClassName
{
color: #7C6DFA;
}
.AnyTagClassName
{
color: #7C6DFA;
}
</style>
background-color css
<style>
a { background-color: #7C6DFA; }
a { background-color: rgb(124,109,250); }
div.DivClassName
{
background-color: #7C6DFA;
}
.BgClassName
{
background-color: #7C6DFA;
}
</style>
border-color css
<style>
span { border-color: #7C6DFA; }
span { border-color: rgb(124,109,250); }
td.TdClassName
{
border-color: #7C6DFA;
}
.TagClassName
{
border-color: #7C6DFA;
}
</style>