Shades of Medium Slate Blue #7C71EB
Tints of Medium Slate Blue #7C71EB
RGB
CMYK
RGB Variations
Color information
#7C71EB (or 0x7C71EB) is known color: Medium Slate Blue. HEX triplet: 7C, 71 and EB. RGB value is (124,113,235). Sum of RGB (Red+Green+Blue) = 124+113+235=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C71EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C71EB is #838E14. Grayscale: #818181. Windows color (decimal): -8621589 or 15430012. OLE color: 15430012.
HSL color Cylindrical-coordinate representation of color #7C71EB: hue angle of 245.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C71EB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 113 | 235 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.08 |
| HSL | 245.41º | 0.75% | 0.68% | - |
| HSV(B) | 245.41º | 0.52% | 0.92% | - |
| XYZ | 29.21 | 22.09 | 81.32 | - |
| YUV | 130.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 235 | 0.47 | 0.52 | 0 | 0.08 | 245.41 | 0.75 | 0.68 |
| Hex | 7C | 71 | EB | 2F | 34 | 0 | 8 | F5 | 4B | 44 |
| Octal | 174 | 161 | 353 | 57 | 64 | 0 | 10 | 365 | 113 | 104 |
| Binary | 1111100 | 1110001 | 11101011 | 101111 | 110100 | 0 | 1000 | 11110101 | 1001011 | 1000100 |
Color Harmonies of #7C71EB
Complementary color
Monochromatic Colors of #7C71EB
Black with #7C71EB
Text Example
Text Example
White with #7C71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C71EB; }
p { color: rgb(124,113,235); }
H1.HeaderClassName
{
color: #7C71EB;
}
.AnyTagClassName
{
color: #7C71EB;
}
</style>
background-color css
<style>
a { background-color: #7C71EB; }
a { background-color: rgb(124,113,235); }
div.DivClassName
{
background-color: #7C71EB;
}
.BgClassName
{
background-color: #7C71EB;
}
</style>
border-color css
<style>
span { border-color: #7C71EB; }
span { border-color: rgb(124,113,235); }
td.TdClassName
{
border-color: #7C71EB;
}
.TagClassName
{
border-color: #7C71EB;
}
</style>