Shades of Medium Slate Blue #7E5DDB
Tints of Medium Slate Blue #7E5DDB
RGB
CMYK
RGB Variations
Color information
#7E5DDB (or 0x7E5DDB) is known color: Medium Slate Blue. HEX triplet: 7E, 5D and DB. RGB value is (126,93,219). Sum of RGB (Red+Green+Blue) = 126+93+219=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DDB is #81A224. Grayscale: #747474. Windows color (decimal): -8495653 or 14376318. OLE color: 14376318.
HSL color Cylindrical-coordinate representation of color #7E5DDB: hue angle of 255.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E5DDB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 93 | 219 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.14 |
| HSL | 255.71º | 0.64% | 0.61% | - |
| HSV(B) | 255.71º | 0.58% | 0.86% | - |
| XYZ | 25.3 | 17.38 | 69.04 | - |
| YUV | 117.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 219 | 0.42 | 0.58 | 0 | 0.14 | 255.71 | 0.64 | 0.61 |
| Hex | 7E | 5D | DB | 2A | 3A | 0 | E | 100 | 40 | 3D |
| Octal | 176 | 135 | 333 | 52 | 72 | 0 | 16 | 400 | 100 | 75 |
| Binary | 1111110 | 1011101 | 11011011 | 101010 | 111010 | 0 | 1110 | 100000000 | 1000000 | 111101 |
Color Harmonies of #7E5DDB
Complementary color
Monochromatic Colors of #7E5DDB
Black with #7E5DDB
Text Example
Text Example
White with #7E5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DDB; }
p { color: rgb(126,93,219); }
H1.HeaderClassName
{
color: #7E5DDB;
}
.AnyTagClassName
{
color: #7E5DDB;
}
</style>
background-color css
<style>
a { background-color: #7E5DDB; }
a { background-color: rgb(126,93,219); }
div.DivClassName
{
background-color: #7E5DDB;
}
.BgClassName
{
background-color: #7E5DDB;
}
</style>
border-color css
<style>
span { border-color: #7E5DDB; }
span { border-color: rgb(126,93,219); }
td.TdClassName
{
border-color: #7E5DDB;
}
.TagClassName
{
border-color: #7E5DDB;
}
</style>