Shades of Medium Slate Blue #7E60DC
Tints of Medium Slate Blue #7E60DC
RGB
CMYK
RGB Variations
Color information
#7E60DC (or 0x7E60DC) is known color: Medium Slate Blue. HEX triplet: 7E, 60 and DC. RGB value is (126,96,220). Sum of RGB (Red+Green+Blue) = 126+96+220=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60DC is #819F23. Grayscale: #767676. Windows color (decimal): -8494884 or 14442622. OLE color: 14442622.
HSL color Cylindrical-coordinate representation of color #7E60DC: hue angle of 254.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E60DC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 96 | 220 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.14 |
| HSL | 254.52º | 0.64% | 0.62% | - |
| HSV(B) | 254.52º | 0.56% | 0.86% | - |
| XYZ | 25.71 | 17.97 | 69.82 | - |
| YUV | 119.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 220 | 0.43 | 0.56 | 0 | 0.14 | 254.52 | 0.64 | 0.62 |
| Hex | 7E | 60 | DC | 2B | 38 | 0 | E | FF | 40 | 3E |
| Octal | 176 | 140 | 334 | 53 | 70 | 0 | 16 | 377 | 100 | 76 |
| Binary | 1111110 | 1100000 | 11011100 | 101011 | 111000 | 0 | 1110 | 11111111 | 1000000 | 111110 |
Color Harmonies of #7E60DC
Complementary color
Monochromatic Colors of #7E60DC
Black with #7E60DC
Text Example
Text Example
White with #7E60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E60DC; }
p { color: rgb(126,96,220); }
H1.HeaderClassName
{
color: #7E60DC;
}
.AnyTagClassName
{
color: #7E60DC;
}
</style>
background-color css
<style>
a { background-color: #7E60DC; }
a { background-color: rgb(126,96,220); }
div.DivClassName
{
background-color: #7E60DC;
}
.BgClassName
{
background-color: #7E60DC;
}
</style>
border-color css
<style>
span { border-color: #7E60DC; }
span { border-color: rgb(126,96,220); }
td.TdClassName
{
border-color: #7E60DC;
}
.TagClassName
{
border-color: #7E60DC;
}
</style>