Shades of Light Slate Blue #7C6FFD
Tints of Light Slate Blue #7C6FFD
RGB
CMYK
RGB Variations
Color information
#7C6FFD (or 0x7C6FFD) is known color: Light Slate Blue. HEX triplet: 7C, 6F and FD. RGB value is (124,111,253). Sum of RGB (Red+Green+Blue) = 124+111+253=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6FFD is #839002. Grayscale: #828282. Windows color (decimal): -8622083 or 16609148. OLE color: 16609148.
HSL color Cylindrical-coordinate representation of color #7C6FFD: hue angle of 245.49º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6FFD is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 111 | 253 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.01 |
| HSL | 245.49º | 0.97% | 0.71% | - |
| HSV(B) | 245.49º | 0.56% | 0.99% | - |
| XYZ | 31.73 | 22.75 | 95.65 | - |
| YUV | 131.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 253 | 0.51 | 0.56 | 0 | 0.01 | 245.49 | 0.97 | 0.71 |
| Hex | 7C | 6F | FD | 33 | 38 | 0 | 1 | F5 | 61 | 47 |
| Octal | 174 | 157 | 375 | 63 | 70 | 0 | 1 | 365 | 141 | 107 |
| Binary | 1111100 | 1101111 | 11111101 | 110011 | 111000 | 0 | 1 | 11110101 | 1100001 | 1000111 |
Color Harmonies of #7C6FFD
Complementary color
Monochromatic Colors of #7C6FFD
Black with #7C6FFD
Text Example
Text Example
White with #7C6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FFD; }
p { color: rgb(124,111,253); }
H1.HeaderClassName
{
color: #7C6FFD;
}
.AnyTagClassName
{
color: #7C6FFD;
}
</style>
background-color css
<style>
a { background-color: #7C6FFD; }
a { background-color: rgb(124,111,253); }
div.DivClassName
{
background-color: #7C6FFD;
}
.BgClassName
{
background-color: #7C6FFD;
}
</style>
border-color css
<style>
span { border-color: #7C6FFD; }
span { border-color: rgb(124,111,253); }
td.TdClassName
{
border-color: #7C6FFD;
}
.TagClassName
{
border-color: #7C6FFD;
}
</style>