Shades of Light Slate Blue #7C6DFB
Tints of Light Slate Blue #7C6DFB
RGB
CMYK
RGB Variations
Color information
#7C6DFB (or 0x7C6DFB) is known color: Light Slate Blue. HEX triplet: 7C, 6D and FB. RGB value is (124,109,251). Sum of RGB (Red+Green+Blue) = 124+109+251=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C6DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DFB is #839204. Grayscale: #818181. Windows color (decimal): -8622597 or 16477564. OLE color: 16477564.
HSL color Cylindrical-coordinate representation of color #7C6DFB: hue angle of 246.34º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6DFB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 109 | 251 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.02 |
| HSL | 246.34º | 0.95% | 0.71% | - |
| HSV(B) | 246.34º | 0.57% | 0.98% | - |
| XYZ | 31.19 | 22.19 | 93.91 | - |
| YUV | 129.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 251 | 0.51 | 0.57 | 0 | 0.02 | 246.34 | 0.95 | 0.71 |
| Hex | 7C | 6D | FB | 33 | 39 | 0 | 2 | F6 | 5F | 47 |
| Octal | 174 | 155 | 373 | 63 | 71 | 0 | 2 | 366 | 137 | 107 |
| Binary | 1111100 | 1101101 | 11111011 | 110011 | 111001 | 0 | 10 | 11110110 | 1011111 | 1000111 |
Color Harmonies of #7C6DFB
Complementary color
Monochromatic Colors of #7C6DFB
Black with #7C6DFB
Text Example
Text Example
White with #7C6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6DFB; }
p { color: rgb(124,109,251); }
H1.HeaderClassName
{
color: #7C6DFB;
}
.AnyTagClassName
{
color: #7C6DFB;
}
</style>
background-color css
<style>
a { background-color: #7C6DFB; }
a { background-color: rgb(124,109,251); }
div.DivClassName
{
background-color: #7C6DFB;
}
.BgClassName
{
background-color: #7C6DFB;
}
</style>
border-color css
<style>
span { border-color: #7C6DFB; }
span { border-color: rgb(124,109,251); }
td.TdClassName
{
border-color: #7C6DFB;
}
.TagClassName
{
border-color: #7C6DFB;
}
</style>