What is the RGB code for slateblue?
The CSS color slateblue in RGB format is rgb(106, 90, 205). Use this value directly in CSS, SVG, and most design tools.
How do I use slateblue in CSS?
To apply slateblue in CSS:
- Text color: color: rgb(106, 90, 205);
- Background: background-color: rgb(106, 90, 205);
- Border: border-color: rgb(106, 90, 205);
What are all the color format values for slateblue?
| Format | Value |
|---|---|
| HEX | #6a5acd |
| RGB | rgb(106, 90, 205) |
| HSL | hsl(248.3, 53.5%, 57.8%) |
| CMYK | cmyk(48.3%, 56.1%, 0%, 19.6%) |
How do I convert slateblue to RGB?
Select slateblue from the color name list in our color converter. The RGB value — rgb(106, 90, 205) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does slateblue belong to?
slateblue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 248.3°, saturation 53.5%, lightness 57.8%.
How do I create lighter and darker shades of slateblue?
Lighter variant (lightness 72.8%): #9f95df. Darker variant (lightness 42.8%): #4333a8. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.