#7C75CC
A light, moderate blue closely aligning with Mediumpurple.
About #7C75CC
Visually, #7C75CC is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 124 parts red, 117 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 39% cyan and 43% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C75CC
RGB124, 117, 204
HSL244.8°, 46.0%, 62.9%
CMYK39%, 43%, 0%, 20%
HSV244.8°, 42.6%, 80.0%
LAB53.3, 23.9, -44.3
XYZ25.6, 21.4, 59.9
Decimal8156620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C75CC;
}
.text-color {
color: #7C75CC;
}
.border-color {
border: 2px solid #7C75CC;
}