Color: #767EEF
#767EEF Color Information
#767EEF is a light color. The closest websafe version is #767EEF. A complement of this color would be #EFE776, perceived brightness is 0.54, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 236°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 236°, a saturation of 100%, and a value of 100%.
In a RGB color space, #767EEF is composed of 46% red, 49% green and 94% blue. Whereas in a CMYK color space, it is composed of 51% cyan, 47% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 24.22, x: 0.2429, and y: 0.2080.
Color Code #767EEF
Shades of Color #767EEF
Shades are created by darkening the original color #767EEF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #767EEF
Tints are created by lightening the original color #767EEF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #767EEF Color Code
In the HSL color space, this color has a hue angle of 236°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 236°, a saturation of 51%, and a value of 94%.
- HEX: #767EEF
- RGB: rgb(118, 126, 239)
- HSL: hsl(236, 79%, 70%)
- HSV: hsv(236, 51%, 94%)
- CMYK: 51.00% cyan, 47.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 28.28, 24.22, 63.92
- Yxy: 24.22, 0.2429, 0.2080
- Hunter Lab: 56.31, 20.55, -59.01
- CIE-Lab: 56.31, 20.55, -59.01
In the XYZ color space, this color is represented as X: 28.28, Y: 24.22, Z: 63.92. The Yxy representation further refines this as Y: 24.22, x: 0.2429, and y: 0.2080.
In the Hunter Lab color space, this color is represented as L: 56.31, a: 20.55, and b: -59.01. Similarly, in the CIE-Lab color space, it is represented as L: 56.31, a: 20.55, and b: -59.01.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #767EEF
Triadic colors are three colors evenly spaced around the color wheel, including #767EEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #767EEF
Monochromatic colors are variations of #767EEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #767EEF
The complementary color of #767EEF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #767EEF
/* Using HEX */ body { background-color: #767eef; }
/* Using RGB */ body { background-color: rgb(118, 126, 239); }
/* Using RGB with opacity */ body { background-color: rgba(118, 126, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(236, 79%, 70%); }
/* Text color */ p { color: #767eef; }
/* Box shadow */ div { box-shadow: 4px 4px #767eef; }
HTML Examples of #767EEF
<!-- Using HEX --> <div style="background-color: #767eef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(118, 126, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(118, 126, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(236, 79%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #767eef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #767eef; width: 100px; height: 100px;"></div>
Related Colors of #767EEF
These colors are similar to #767EEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.