Shades of Medium Slate Blue #7C71F4
Tints of Medium Slate Blue #7C71F4
RGB
CMYK
RGB Variations
Color information
#7C71F4 (or 0x7C71F4) is known color: Medium Slate Blue. HEX triplet: 7C, 71 and F4. RGB value is (124,113,244). Sum of RGB (Red+Green+Blue) = 124+113+244=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #7C71F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C71F4 is #838E0B. Grayscale: #828282. Windows color (decimal): -8621580 or 16019836. OLE color: 16019836.
HSL color Cylindrical-coordinate representation of color #7C71F4: hue angle of 245.04º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C71F4 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 113 | 244 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.04 |
| HSL | 245.04º | 0.86% | 0.7% | - |
| HSV(B) | 245.04º | 0.54% | 0.96% | - |
| XYZ | 30.55 | 22.63 | 88.35 | - |
| YUV | 131.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 244 | 0.49 | 0.54 | 0 | 0.04 | 245.04 | 0.86 | 0.7 |
| Hex | 7C | 71 | F4 | 31 | 36 | 0 | 4 | F5 | 56 | 46 |
| Octal | 174 | 161 | 364 | 61 | 66 | 0 | 4 | 365 | 126 | 106 |
| Binary | 1111100 | 1110001 | 11110100 | 110001 | 110110 | 0 | 100 | 11110101 | 1010110 | 1000110 |
Color Harmonies of #7C71F4
Complementary color
Monochromatic Colors of #7C71F4
Black with #7C71F4
Text Example
Text Example
White with #7C71F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C71F4; }
p { color: rgb(124,113,244); }
H1.HeaderClassName
{
color: #7C71F4;
}
.AnyTagClassName
{
color: #7C71F4;
}
</style>
background-color css
<style>
a { background-color: #7C71F4; }
a { background-color: rgb(124,113,244); }
div.DivClassName
{
background-color: #7C71F4;
}
.BgClassName
{
background-color: #7C71F4;
}
</style>
border-color css
<style>
span { border-color: #7C71F4; }
span { border-color: rgb(124,113,244); }
td.TdClassName
{
border-color: #7C71F4;
}
.TagClassName
{
border-color: #7C71F4;
}
</style>