#7C75A0
A medium, muted blue closely aligning with Slategray.
About #7C75A0
When working with digital screens, the color #7C75A0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(124, 117, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 22% Cyan, 27% Magenta, 0% Yellow, and 37% Black. The HSL representation is 249.8° hue, 18.5% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C75A0
RGB124, 117, 160
HSL249.8°, 18.5%, 54.3%
CMYK22%, 27%, 0%, 37%
HSV249.8°, 26.9%, 62.7%
LAB51.3, 12.2, -22.1
XYZ21.0, 19.5, 35.9
Decimal8156576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C75A0;
}
.text-color {
color: #7C75A0;
}
.border-color {
border: 2px solid #7C75A0;
}