Shades of Light Slate Blue #7C60FF
Tints of Light Slate Blue #7C60FF
RGB
CMYK
RGB Variations
Color information
#7C60FF (or 0x7C60FF) is known color: Light Slate Blue. HEX triplet: 7C, 60 and FF. RGB value is (124,96,255). Sum of RGB (Red+Green+Blue) = 124+96+255=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C60FF is #839F00. Grayscale: #797979. Windows color (decimal): -8625921 or 16736380. OLE color: 16736380.
HSL color Cylindrical-coordinate representation of color #7C60FF: hue angle of 250.57º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C60FF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 96 | 255 | - |
| CMYK | 0.51 | 0.62 | 0 | 0 |
| HSL | 250.57º | 1% | 0.69% | - |
| HSV(B) | 250.57º | 0.62% | 1% | - |
| XYZ | 30.55 | 19.87 | 96.83 | - |
| YUV | 122.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 255 | 0.51 | 0.62 | 0 | 0 | 250.57 | 1 | 0.69 |
| Hex | 7C | 60 | FF | 33 | 3E | 0 | 0 | FB | 64 | 45 |
| Octal | 174 | 140 | 377 | 63 | 76 | 0 | 0 | 373 | 144 | 105 |
| Binary | 1111100 | 1100000 | 11111111 | 110011 | 111110 | 0 | 0 | 11111011 | 1100100 | 1000101 |
Color Harmonies of #7C60FF
Complementary color
Monochromatic Colors of #7C60FF
Black with #7C60FF
Text Example
Text Example
White with #7C60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60FF; }
p { color: rgb(124,96,255); }
H1.HeaderClassName
{
color: #7C60FF;
}
.AnyTagClassName
{
color: #7C60FF;
}
</style>
background-color css
<style>
a { background-color: #7C60FF; }
a { background-color: rgb(124,96,255); }
div.DivClassName
{
background-color: #7C60FF;
}
.BgClassName
{
background-color: #7C60FF;
}
</style>
border-color css
<style>
span { border-color: #7C60FF; }
span { border-color: rgb(124,96,255); }
td.TdClassName
{
border-color: #7C60FF;
}
.TagClassName
{
border-color: #7C60FF;
}
</style>