#7C75FF
A light, vivid blue closely aligning with Mediumslateblue.
About #7C75FF
Visually, #7C75FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 124 parts red, 117 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 54% M, 0% Y, and 0% K. The HSL representation is 243.0° hue, 100.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C75FF
RGB124, 117, 255
HSL243.0°, 100.0%, 72.9%
CMYK51%, 54%, 0%, 0%
HSV243.0°, 54.1%, 100.0%
LAB56.3, 38.7, -68.1
XYZ32.7, 24.2, 97.6
Decimal8156671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C75FF;
}
.text-color {
color: #7C75FF;
}
.border-color {
border: 2px solid #7C75FF;
}