Shades of Medium Slate Blue #7C71DC
Tints of Medium Slate Blue #7C71DC
RGB
CMYK
RGB Variations
Color information
#7C71DC (or 0x7C71DC) is known color: Medium Slate Blue. HEX triplet: 7C, 71 and DC. RGB value is (124,113,220). Sum of RGB (Red+Green+Blue) = 124+113+220=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C71DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C71DC is #838E23. Grayscale: #808080. Windows color (decimal): -8621604 or 14446972. OLE color: 14446972.
HSL color Cylindrical-coordinate representation of color #7C71DC: hue angle of 246.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C71DC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 113 | 220 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.14 |
| HSL | 246.17º | 0.6% | 0.65% | - |
| HSV(B) | 246.17º | 0.49% | 0.86% | - |
| XYZ | 27.14 | 21.26 | 70.38 | - |
| YUV | 128.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 220 | 0.44 | 0.49 | 0 | 0.14 | 246.17 | 0.6 | 0.65 |
| Hex | 7C | 71 | DC | 2C | 31 | 0 | E | F6 | 3C | 41 |
| Octal | 174 | 161 | 334 | 54 | 61 | 0 | 16 | 366 | 74 | 101 |
| Binary | 1111100 | 1110001 | 11011100 | 101100 | 110001 | 0 | 1110 | 11110110 | 111100 | 1000001 |
Color Harmonies of #7C71DC
Complementary color
Monochromatic Colors of #7C71DC
Black with #7C71DC
Text Example
Text Example
White with #7C71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C71DC; }
p { color: rgb(124,113,220); }
H1.HeaderClassName
{
color: #7C71DC;
}
.AnyTagClassName
{
color: #7C71DC;
}
</style>
background-color css
<style>
a { background-color: #7C71DC; }
a { background-color: rgb(124,113,220); }
div.DivClassName
{
background-color: #7C71DC;
}
.BgClassName
{
background-color: #7C71DC;
}
</style>
border-color css
<style>
span { border-color: #7C71DC; }
span { border-color: rgb(124,113,220); }
td.TdClassName
{
border-color: #7C71DC;
}
.TagClassName
{
border-color: #7C71DC;
}
</style>