Shades of Light Slate Blue #7C68FD
Tints of Light Slate Blue #7C68FD
RGB
CMYK
RGB Variations
Color information
#7C68FD (or 0x7C68FD) is known color: Light Slate Blue. HEX triplet: 7C, 68 and FD. RGB value is (124,104,253). Sum of RGB (Red+Green+Blue) = 124+104+253=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C68FD is #839702. Grayscale: #7E7E7E. Windows color (decimal): -8623875 or 16607356. OLE color: 16607356.
HSL color Cylindrical-coordinate representation of color #7C68FD: hue angle of 248.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C68FD is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 104 | 253 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.01 |
| HSL | 248.05º | 0.97% | 0.7% | - |
| HSV(B) | 248.05º | 0.59% | 0.99% | - |
| XYZ | 30.99 | 21.28 | 95.4 | - |
| YUV | 126.97 | 199.13 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 253 | 0.51 | 0.59 | 0 | 0.01 | 248.05 | 0.97 | 0.7 |
| Hex | 7C | 68 | FD | 33 | 3B | 0 | 1 | F8 | 61 | 46 |
| Octal | 174 | 150 | 375 | 63 | 73 | 0 | 1 | 370 | 141 | 106 |
| Binary | 1111100 | 1101000 | 11111101 | 110011 | 111011 | 0 | 1 | 11111000 | 1100001 | 1000110 |
Color Harmonies of #7C68FD
Complementary color
Monochromatic Colors of #7C68FD
Black with #7C68FD
Text Example
Text Example
White with #7C68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C68FD; }
p { color: rgb(124,104,253); }
H1.HeaderClassName
{
color: #7C68FD;
}
.AnyTagClassName
{
color: #7C68FD;
}
</style>
background-color css
<style>
a { background-color: #7C68FD; }
a { background-color: rgb(124,104,253); }
div.DivClassName
{
background-color: #7C68FD;
}
.BgClassName
{
background-color: #7C68FD;
}
</style>
border-color css
<style>
span { border-color: #7C68FD; }
span { border-color: rgb(124,104,253); }
td.TdClassName
{
border-color: #7C68FD;
}
.TagClassName
{
border-color: #7C68FD;
}
</style>