Shades of Medium Slate Blue #7C61F8
Tints of Medium Slate Blue #7C61F8
RGB
CMYK
RGB Variations
Color information
#7C61F8 (or 0x7C61F8) is known color: Medium Slate Blue. HEX triplet: 7C, 61 and F8. RGB value is (124,97,248). Sum of RGB (Red+Green+Blue) = 124+97+248=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C61F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C61F8 is #839E07. Grayscale: #797979. Windows color (decimal): -8625672 or 16277884. OLE color: 16277884.
HSL color Cylindrical-coordinate representation of color #7C61F8: hue angle of 250.73º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C61F8 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 97 | 248 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.03 |
| HSL | 250.73º | 0.92% | 0.68% | - |
| HSV(B) | 250.73º | 0.61% | 0.97% | - |
| XYZ | 29.53 | 19.61 | 91.04 | - |
| YUV | 122.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 248 | 0.5 | 0.61 | 0 | 0.03 | 250.73 | 0.92 | 0.68 |
| Hex | 7C | 61 | F8 | 32 | 3D | 0 | 3 | FB | 5C | 44 |
| Octal | 174 | 141 | 370 | 62 | 75 | 0 | 3 | 373 | 134 | 104 |
| Binary | 1111100 | 1100001 | 11111000 | 110010 | 111101 | 0 | 11 | 11111011 | 1011100 | 1000100 |
Color Harmonies of #7C61F8
Complementary color
Monochromatic Colors of #7C61F8
Black with #7C61F8
Text Example
Text Example
White with #7C61F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C61F8; }
p { color: rgb(124,97,248); }
H1.HeaderClassName
{
color: #7C61F8;
}
.AnyTagClassName
{
color: #7C61F8;
}
</style>
background-color css
<style>
a { background-color: #7C61F8; }
a { background-color: rgb(124,97,248); }
div.DivClassName
{
background-color: #7C61F8;
}
.BgClassName
{
background-color: #7C61F8;
}
</style>
border-color css
<style>
span { border-color: #7C61F8; }
span { border-color: rgb(124,97,248); }
td.TdClassName
{
border-color: #7C61F8;
}
.TagClassName
{
border-color: #7C61F8;
}
</style>