Shades of Medium Slate Blue #7E71DF
Tints of Medium Slate Blue #7E71DF
RGB
CMYK
RGB Variations
Color information
#7E71DF (or 0x7E71DF) is known color: Medium Slate Blue. HEX triplet: 7E, 71 and DF. RGB value is (126,113,223). Sum of RGB (Red+Green+Blue) = 126+113+223=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E71DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71DF is #818E20. Grayscale: #818181. Windows color (decimal): -8490529 or 14643582. OLE color: 14643582.
HSL color Cylindrical-coordinate representation of color #7E71DF: hue angle of 247.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E71DF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 113 | 223 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.13 |
| HSL | 247.09º | 0.63% | 0.66% | - |
| HSV(B) | 247.09º | 0.49% | 0.87% | - |
| XYZ | 27.83 | 21.57 | 72.51 | - |
| YUV | 129.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 223 | 0.43 | 0.49 | 0 | 0.13 | 247.09 | 0.63 | 0.66 |
| Hex | 7E | 71 | DF | 2B | 31 | 0 | D | F7 | 3F | 42 |
| Octal | 176 | 161 | 337 | 53 | 61 | 0 | 15 | 367 | 77 | 102 |
| Binary | 1111110 | 1110001 | 11011111 | 101011 | 110001 | 0 | 1101 | 11110111 | 111111 | 1000010 |
Color Harmonies of #7E71DF
Complementary color
Monochromatic Colors of #7E71DF
Black with #7E71DF
Text Example
Text Example
White with #7E71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E71DF; }
p { color: rgb(126,113,223); }
H1.HeaderClassName
{
color: #7E71DF;
}
.AnyTagClassName
{
color: #7E71DF;
}
</style>
background-color css
<style>
a { background-color: #7E71DF; }
a { background-color: rgb(126,113,223); }
div.DivClassName
{
background-color: #7E71DF;
}
.BgClassName
{
background-color: #7E71DF;
}
</style>
border-color css
<style>
span { border-color: #7E71DF; }
span { border-color: rgb(126,113,223); }
td.TdClassName
{
border-color: #7E71DF;
}
.TagClassName
{
border-color: #7E71DF;
}
</style>