#7C75B6
A medium, moderate blue closely aligning with Cornflowerblue.
About #7C75B6
At its core, #7C75B6 is a medium and moderate hue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(124, 117, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 32% Cyan, 36% Magenta, 0% Yellow, and 29% Black. With a hue angle of 246.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C75B6
RGB124, 117, 182
HSL246.5°, 30.8%, 58.6%
CMYK32%, 36%, 0%, 29%
HSV246.5°, 35.7%, 71.4%
LAB52.3, 17.8, -33.4
XYZ23.1, 20.4, 47.0
Decimal8156598
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C75B6;
}
.text-color {
color: #7C75B6;
}
.border-color {
border: 2px solid #7C75B6;
}