Shades of Medium Slate Blue #7E68DB
Tints of Medium Slate Blue #7E68DB
RGB
CMYK
RGB Variations
Color information
#7E68DB (or 0x7E68DB) is known color: Medium Slate Blue. HEX triplet: 7E, 68 and DB. RGB value is (126,104,219). Sum of RGB (Red+Green+Blue) = 126+104+219=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E68DB is #819724. Grayscale: #7B7B7B. Windows color (decimal): -8492837 or 14379134. OLE color: 14379134.
HSL color Cylindrical-coordinate representation of color #7E68DB: hue angle of 251.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E68DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 104 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 251.48º | 0.61% | 0.63% | - |
| HSV(B) | 251.48º | 0.53% | 0.86% | - |
| XYZ | 26.34 | 19.45 | 69.38 | - |
| YUV | 123.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 219 | 0.42 | 0.53 | 0 | 0.14 | 251.48 | 0.61 | 0.63 |
| Hex | 7E | 68 | DB | 2A | 35 | 0 | E | FB | 3D | 3F |
| Octal | 176 | 150 | 333 | 52 | 65 | 0 | 16 | 373 | 75 | 77 |
| Binary | 1111110 | 1101000 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111011 | 111101 | 111111 |
Color Harmonies of #7E68DB
Complementary color
Monochromatic Colors of #7E68DB
Black with #7E68DB
Text Example
Text Example
White with #7E68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E68DB; }
p { color: rgb(126,104,219); }
H1.HeaderClassName
{
color: #7E68DB;
}
.AnyTagClassName
{
color: #7E68DB;
}
</style>
background-color css
<style>
a { background-color: #7E68DB; }
a { background-color: rgb(126,104,219); }
div.DivClassName
{
background-color: #7E68DB;
}
.BgClassName
{
background-color: #7E68DB;
}
</style>
border-color css
<style>
span { border-color: #7E68DB; }
span { border-color: rgb(126,104,219); }
td.TdClassName
{
border-color: #7E68DB;
}
.TagClassName
{
border-color: #7E68DB;
}
</style>