Shades of Medium Slate Blue #7E64DB
Tints of Medium Slate Blue #7E64DB
RGB
CMYK
RGB Variations
Color information
#7E64DB (or 0x7E64DB) is known color: Medium Slate Blue. HEX triplet: 7E, 64 and DB. RGB value is (126,100,219). Sum of RGB (Red+Green+Blue) = 126+100+219=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E64DB is #819B24. Grayscale: #787878. Windows color (decimal): -8493861 or 14378110. OLE color: 14378110.
HSL color Cylindrical-coordinate representation of color #7E64DB: hue angle of 253.11º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E64DB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 100 | 219 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 253.11º | 0.62% | 0.63% | - |
| HSV(B) | 253.11º | 0.54% | 0.86% | - |
| XYZ | 25.95 | 18.66 | 69.25 | - |
| YUV | 121.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 219 | 0.42 | 0.54 | 0 | 0.14 | 253.11 | 0.62 | 0.63 |
| Hex | 7E | 64 | DB | 2A | 36 | 0 | E | FD | 3E | 3F |
| Octal | 176 | 144 | 333 | 52 | 66 | 0 | 16 | 375 | 76 | 77 |
| Binary | 1111110 | 1100100 | 11011011 | 101010 | 110110 | 0 | 1110 | 11111101 | 111110 | 111111 |
Color Harmonies of #7E64DB
Complementary color
Monochromatic Colors of #7E64DB
Black with #7E64DB
Text Example
Text Example
White with #7E64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64DB; }
p { color: rgb(126,100,219); }
H1.HeaderClassName
{
color: #7E64DB;
}
.AnyTagClassName
{
color: #7E64DB;
}
</style>
background-color css
<style>
a { background-color: #7E64DB; }
a { background-color: rgb(126,100,219); }
div.DivClassName
{
background-color: #7E64DB;
}
.BgClassName
{
background-color: #7E64DB;
}
</style>
border-color css
<style>
span { border-color: #7E64DB; }
span { border-color: rgb(126,100,219); }
td.TdClassName
{
border-color: #7E64DB;
}
.TagClassName
{
border-color: #7E64DB;
}
</style>