What is the HSL code for blue with a hint of purple?
The CSS color blue with a hint of purple in HSL format is hsl(250, 54.8%, 50.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use blue with a hint of purple in CSS?
To apply blue with a hint of purple in CSS:
- Text color: color: hsl(250, 54.8%, 50.6%);
- Background: background-color: hsl(250, 54.8%, 50.6%);
- Border: border-color: hsl(250, 54.8%, 50.6%);
What are all the color format values for blue with a hint of purple?
| Format | Value |
|---|---|
| HEX | #533cc6 |
| RGB | rgb(83, 60, 198) |
| HSL | hsl(250, 54.8%, 50.6%) |
| CMYK | cmyk(58.1%, 69.7%, 0%, 22.4%) |
How do I convert blue with a hint of purple to HSL?
Select blue with a hint of purple from the color name list in our color converter. The HSL value — hsl(250, 54.8%, 50.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue with a hint of purple belong to?
blue with a hint of purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 250°, saturation 54.8%, lightness 50.6%.
How do I create lighter and darker shades of blue with a hint of purple?
Lighter variant (lightness 65.6%): #8777d7. Darker variant (lightness 35.6%): #3a298d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.