Shades of Medium Slate Blue #7E5DF5
Tints of Medium Slate Blue #7E5DF5
RGB
CMYK
RGB Variations
Color information
#7E5DF5 (or 0x7E5DF5) is known color: Medium Slate Blue. HEX triplet: 7E, 5D and F5. RGB value is (126,93,245). Sum of RGB (Red+Green+Blue) = 126+93+245=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #7E5DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5DF5 is #81A20A. Grayscale: #777777. Windows color (decimal): -8495627 or 16080254. OLE color: 16080254.
HSL color Cylindrical-coordinate representation of color #7E5DF5: hue angle of 253.03º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E5DF5 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 93 | 245 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.04 |
| HSL | 253.03º | 0.88% | 0.66% | - |
| HSV(B) | 253.03º | 0.62% | 0.96% | - |
| XYZ | 29 | 18.86 | 88.5 | - |
| YUV | 120.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 245 | 0.49 | 0.62 | 0 | 0.04 | 253.03 | 0.88 | 0.66 |
| Hex | 7E | 5D | F5 | 31 | 3E | 0 | 4 | FD | 58 | 42 |
| Octal | 176 | 135 | 365 | 61 | 76 | 0 | 4 | 375 | 130 | 102 |
| Binary | 1111110 | 1011101 | 11110101 | 110001 | 111110 | 0 | 100 | 11111101 | 1011000 | 1000010 |
Color Harmonies of #7E5DF5
Complementary color
Monochromatic Colors of #7E5DF5
Black with #7E5DF5
Text Example
Text Example
White with #7E5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DF5; }
p { color: rgb(126,93,245); }
H1.HeaderClassName
{
color: #7E5DF5;
}
.AnyTagClassName
{
color: #7E5DF5;
}
</style>
background-color css
<style>
a { background-color: #7E5DF5; }
a { background-color: rgb(126,93,245); }
div.DivClassName
{
background-color: #7E5DF5;
}
.BgClassName
{
background-color: #7E5DF5;
}
</style>
border-color css
<style>
span { border-color: #7E5DF5; }
span { border-color: rgb(126,93,245); }
td.TdClassName
{
border-color: #7E5DF5;
}
.TagClassName
{
border-color: #7E5DF5;
}
</style>