Shades of Medium Slate Blue #7C60FD
Tints of Medium Slate Blue #7C60FD
RGB
CMYK
RGB Variations
Color information
#7C60FD (or 0x7C60FD) is known color: Medium Slate Blue. HEX triplet: 7C, 60 and FD. RGB value is (124,96,253). Sum of RGB (Red+Green+Blue) = 124+96+253=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C60FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C60FD is #839F02. Grayscale: #797979. Windows color (decimal): -8625923 or 16605308. OLE color: 16605308.
HSL color Cylindrical-coordinate representation of color #7C60FD: hue angle of 250.7º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C60FD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 96 | 253 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.01 |
| HSL | 250.7º | 0.98% | 0.68% | - |
| HSV(B) | 250.7º | 0.62% | 0.99% | - |
| XYZ | 30.22 | 19.74 | 95.15 | - |
| YUV | 122.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 253 | 0.51 | 0.62 | 0 | 0.01 | 250.7 | 0.98 | 0.68 |
| Hex | 7C | 60 | FD | 33 | 3E | 0 | 1 | FB | 62 | 44 |
| Octal | 174 | 140 | 375 | 63 | 76 | 0 | 1 | 373 | 142 | 104 |
| Binary | 1111100 | 1100000 | 11111101 | 110011 | 111110 | 0 | 1 | 11111011 | 1100010 | 1000100 |
Color Harmonies of #7C60FD
Complementary color
Monochromatic Colors of #7C60FD
Black with #7C60FD
Text Example
Text Example
White with #7C60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60FD; }
p { color: rgb(124,96,253); }
H1.HeaderClassName
{
color: #7C60FD;
}
.AnyTagClassName
{
color: #7C60FD;
}
</style>
background-color css
<style>
a { background-color: #7C60FD; }
a { background-color: rgb(124,96,253); }
div.DivClassName
{
background-color: #7C60FD;
}
.BgClassName
{
background-color: #7C60FD;
}
</style>
border-color css
<style>
span { border-color: #7C60FD; }
span { border-color: rgb(124,96,253); }
td.TdClassName
{
border-color: #7C60FD;
}
.TagClassName
{
border-color: #7C60FD;
}
</style>