Shades of Light Slate Blue #7C6CFD
Tints of Light Slate Blue #7C6CFD
RGB
CMYK
RGB Variations
Color information
#7C6CFD (or 0x7C6CFD) is known color: Light Slate Blue. HEX triplet: 7C, 6C and FD. RGB value is (124,108,253). Sum of RGB (Red+Green+Blue) = 124+108+253=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C6CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6CFD is #839302. Grayscale: #808080. Windows color (decimal): -8622851 or 16608380. OLE color: 16608380.
HSL color Cylindrical-coordinate representation of color #7C6CFD: hue angle of 246.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6CFD is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 108 | 253 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.01 |
| HSL | 246.62º | 0.97% | 0.71% | - |
| HSV(B) | 246.62º | 0.57% | 0.99% | - |
| XYZ | 31.4 | 22.1 | 95.54 | - |
| YUV | 129.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 253 | 0.51 | 0.57 | 0 | 0.01 | 246.62 | 0.97 | 0.71 |
| Hex | 7C | 6C | FD | 33 | 39 | 0 | 1 | F7 | 61 | 47 |
| Octal | 174 | 154 | 375 | 63 | 71 | 0 | 1 | 367 | 141 | 107 |
| Binary | 1111100 | 1101100 | 11111101 | 110011 | 111001 | 0 | 1 | 11110111 | 1100001 | 1000111 |
Color Harmonies of #7C6CFD
Complementary color
Monochromatic Colors of #7C6CFD
Black with #7C6CFD
Text Example
Text Example
White with #7C6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6CFD; }
p { color: rgb(124,108,253); }
H1.HeaderClassName
{
color: #7C6CFD;
}
.AnyTagClassName
{
color: #7C6CFD;
}
</style>
background-color css
<style>
a { background-color: #7C6CFD; }
a { background-color: rgb(124,108,253); }
div.DivClassName
{
background-color: #7C6CFD;
}
.BgClassName
{
background-color: #7C6CFD;
}
</style>
border-color css
<style>
span { border-color: #7C6CFD; }
span { border-color: rgb(124,108,253); }
td.TdClassName
{
border-color: #7C6CFD;
}
.TagClassName
{
border-color: #7C6CFD;
}
</style>