Color: #778BAA
#778BAA Color Information
#778BAA is a light color. The closest websafe version is #778BAA. A complement of this color would be #AB9678, perceived brightness is 0.54, and the grayscale version is #909090.
In the HSL color space, this color has a hue angle of 216°,a saturation of 23%, and a lightness of 57%.The HSV representation shows a hue of 216°, a saturation of 100%, and a value of 100%.
In a RGB color space, #778BAA is composed of 47% red, 55% green and 67% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 18% magenta, 0% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 25.05, x: 0.2958, and y: 0.3121.
Color Code #778BAA
Shades of Color #778BAA
Shades are created by darkening the original color #778BAA 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 #778BAA
Tints are created by lightening the original color #778BAA 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 #778BAA Color Code
In the HSL color space, this color has a hue angle of 216°, a saturation of 23%, and a lightness of 57%. The HSV representation shows a hue of 216°, a saturation of 30%, and a value of 67%.
- HEX: #778BAA
- RGB: rgb(119, 139, 170)
- HSL: hsl(216, 23%, 57%)
- HSV: hsv(216, 30%, 67%)
- CMYK: 30.00% cyan, 18.00% magenta, 0.00% yellow, 33.00% black
- XYZ: 23.74, 25.05, 31.47
- Yxy: 25.05, 0.2958, 0.3121
- Hunter Lab: 57.12, -1.82, -18.96
- CIE-Lab: 57.12, -1.82, -18.96
In the XYZ color space, this color is represented as X: 23.74, Y: 25.05, Z: 31.47. The Yxy representation further refines this as Y: 25.05, x: 0.2958, and y: 0.3121.
In the Hunter Lab color space, this color is represented as L: 57.12, a: -1.82, and b: -18.96. Similarly, in the CIE-Lab color space, it is represented as L: 57.12, a: -1.82, and b: -18.96.
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 #778BAA
Triadic colors are three colors evenly spaced around the color wheel, including #778BAA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #778BAA
Monochromatic colors are variations of #778BAA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #778BAA
The complementary color of #778BAA 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 #778BAA
/* Using HEX */ body { background-color: #778baa; }
/* Using RGB */ body { background-color: rgb(119, 139, 170); }
/* Using RGB with opacity */ body { background-color: rgba(119, 139, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(216, 23%, 57%); }
/* Text color */ p { color: #778baa; }
/* Box shadow */ div { box-shadow: 4px 4px #778baa; }
HTML Examples of #778BAA
<!-- Using HEX --> <div style="background-color: #778baa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(119, 139, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(119, 139, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(216, 23%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #778baa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #778baa; width: 100px; height: 100px;"></div>
Related Colors of #778BAA
These colors are similar to #778BAA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.