Shades of Medium Slate Blue #7E62DD
Tints of Medium Slate Blue #7E62DD
RGB
CMYK
RGB Variations
Color information
#7E62DD (or 0x7E62DD) is known color: Medium Slate Blue. HEX triplet: 7E, 62 and DD. RGB value is (126,98,221). Sum of RGB (Red+Green+Blue) = 126+98+221=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E62DD is #819D22. Grayscale: #777777. Windows color (decimal): -8494371 or 14508670. OLE color: 14508670.
HSL color Cylindrical-coordinate representation of color #7E62DD: hue angle of 253.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E62DD is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 98 | 221 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.13 |
| HSL | 253.66º | 0.64% | 0.63% | - |
| HSV(B) | 253.66º | 0.56% | 0.87% | - |
| XYZ | 26.02 | 18.39 | 70.58 | - |
| YUV | 120.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 221 | 0.43 | 0.56 | 0 | 0.13 | 253.66 | 0.64 | 0.63 |
| Hex | 7E | 62 | DD | 2B | 38 | 0 | D | FE | 40 | 3F |
| Octal | 176 | 142 | 335 | 53 | 70 | 0 | 15 | 376 | 100 | 77 |
| Binary | 1111110 | 1100010 | 11011101 | 101011 | 111000 | 0 | 1101 | 11111110 | 1000000 | 111111 |
Color Harmonies of #7E62DD
Complementary color
Monochromatic Colors of #7E62DD
Black with #7E62DD
Text Example
Text Example
White with #7E62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E62DD; }
p { color: rgb(126,98,221); }
H1.HeaderClassName
{
color: #7E62DD;
}
.AnyTagClassName
{
color: #7E62DD;
}
</style>
background-color css
<style>
a { background-color: #7E62DD; }
a { background-color: rgb(126,98,221); }
div.DivClassName
{
background-color: #7E62DD;
}
.BgClassName
{
background-color: #7E62DD;
}
</style>
border-color css
<style>
span { border-color: #7E62DD; }
span { border-color: rgb(126,98,221); }
td.TdClassName
{
border-color: #7E62DD;
}
.TagClassName
{
border-color: #7E62DD;
}
</style>