Shades of Medium Slate Blue #7C61F6
Tints of Medium Slate Blue #7C61F6
RGB
CMYK
RGB Variations
Color information
#7C61F6 (or 0x7C61F6) is known color: Medium Slate Blue. HEX triplet: 7C, 61 and F6. RGB value is (124,97,246). Sum of RGB (Red+Green+Blue) = 124+97+246=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C61F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C61F6 is #839E09. Grayscale: #797979. Windows color (decimal): -8625674 or 16146812. OLE color: 16146812.
HSL color Cylindrical-coordinate representation of color #7C61F6: hue angle of 250.87º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C61F6 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 97 | 246 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.04 |
| HSL | 250.87º | 0.89% | 0.67% | - |
| HSV(B) | 250.87º | 0.61% | 0.96% | - |
| XYZ | 29.22 | 19.49 | 89.41 | - |
| YUV | 122.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 246 | 0.50 | 0.61 | 0 | 0.04 | 250.87 | 0.89 | 0.67 |
| Hex | 7C | 61 | F6 | 32 | 3D | 0 | 4 | FB | 59 | 43 |
| Octal | 174 | 141 | 366 | 62 | 75 | 0 | 4 | 373 | 131 | 103 |
| Binary | 1111100 | 1100001 | 11110110 | 110010 | 111101 | 0 | 100 | 11111011 | 1011001 | 1000011 |
Color Harmonies of #7C61F6
Complementary color
Monochromatic Colors of #7C61F6
Black with #7C61F6
Text Example
Text Example
White with #7C61F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C61F6; }
p { color: rgb(124,97,246); }
H1.HeaderClassName
{
color: #7C61F6;
}
.AnyTagClassName
{
color: #7C61F6;
}
</style>
background-color css
<style>
a { background-color: #7C61F6; }
a { background-color: rgb(124,97,246); }
div.DivClassName
{
background-color: #7C61F6;
}
.BgClassName
{
background-color: #7C61F6;
}
</style>
border-color css
<style>
span { border-color: #7C61F6; }
span { border-color: rgb(124,97,246); }
td.TdClassName
{
border-color: #7C61F6;
}
.TagClassName
{
border-color: #7C61F6;
}
</style>