Shades of Medium Slate Blue #7E62DB
Tints of Medium Slate Blue #7E62DB
RGB
CMYK
RGB Variations
Color information
#7E62DB (or 0x7E62DB) is known color: Medium Slate Blue. HEX triplet: 7E, 62 and DB. RGB value is (126,98,219). Sum of RGB (Red+Green+Blue) = 126+98+219=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E62DB is #819D24. Grayscale: #777777. Windows color (decimal): -8494373 or 14377598. OLE color: 14377598.
HSL color Cylindrical-coordinate representation of color #7E62DB: hue angle of 253.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E62DB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 98 | 219 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.14 |
| HSL | 253.88º | 0.63% | 0.62% | - |
| HSV(B) | 253.88º | 0.55% | 0.86% | - |
| XYZ | 25.76 | 18.29 | 69.19 | - |
| YUV | 120.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 219 | 0.42 | 0.55 | 0 | 0.14 | 253.88 | 0.63 | 0.62 |
| Hex | 7E | 62 | DB | 2A | 37 | 0 | E | FE | 3F | 3E |
| Octal | 176 | 142 | 333 | 52 | 67 | 0 | 16 | 376 | 77 | 76 |
| Binary | 1111110 | 1100010 | 11011011 | 101010 | 110111 | 0 | 1110 | 11111110 | 111111 | 111110 |
Color Harmonies of #7E62DB
Complementary color
Monochromatic Colors of #7E62DB
Black with #7E62DB
Text Example
Text Example
White with #7E62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E62DB; }
p { color: rgb(126,98,219); }
H1.HeaderClassName
{
color: #7E62DB;
}
.AnyTagClassName
{
color: #7E62DB;
}
</style>
background-color css
<style>
a { background-color: #7E62DB; }
a { background-color: rgb(126,98,219); }
div.DivClassName
{
background-color: #7E62DB;
}
.BgClassName
{
background-color: #7E62DB;
}
</style>
border-color css
<style>
span { border-color: #7E62DB; }
span { border-color: rgb(126,98,219); }
td.TdClassName
{
border-color: #7E62DB;
}
.TagClassName
{
border-color: #7E62DB;
}
</style>