Medium Slate Blue Hex Code — #7B68EE
RGB, HSL, and CMYK values for Medium Slate Blue.
Medium Slate Blue Color Values
| Format | Value |
|---|---|
| HEX | #7B68EE |
| RGB | rgb(123, 104, 238) |
| HSL | hsl(249, 80%, 67%) |
| CMYK | cmyk(48%, 56%, 0%, 7%) |
Want to explore more shades? Use our Color Converter
About Medium Slate Blue
Color psychology: Imagination, creativity.
Medium Slate Blue (#7B68EE) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where imagination, creativity are desired associations.
How to Use Medium Slate Blue in CSS
/* Using HEX */ color: #7B68EE; background-color: #7B68EE; /* Using RGB */ color: rgb(123, 104, 238); /* Using HSL */ color: hsl(249, 80%, 67%);