#7C92F8
A light, vivid blue closely aligning with Cornflowerblue.
About #7C92F8
At its core, #7C92F8 is a light and vivid hue. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 146, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 50% cyan, 41% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C92F8
RGB124, 146, 248
HSL229.4°, 89.9%, 72.9%
CMYK50%, 41%, 0%, 3%
HSV229.4°, 50.0%, 97.3%
LAB63.0, 19.6, -53.5
XYZ35.5, 31.6, 93.0
Decimal8164088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.32:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C92F8;
}
.text-color {
color: #7C92F8;
}
.border-color {
border: 2px solid #7C92F8;
}