Color: #7C80DA

#7C80DA Color Information

#7C80DA is a light color. The closest websafe version is #7C80DA. A complement of this color would be #DAD57C, perceived brightness is 0.54, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 237°,a saturation of 56%, and a lightness of 67%.The HSV representation shows a hue of 237°, a saturation of 43%, and a value of 85%.

In a RGB color space, #7C80DA is composed of 49% red, 50% green and 85% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 41% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 24.21, x: 0.2614, and y: 0.2333.

Color Code #7C80DA

#7C80DArgb(124, 128, 218)
HEX
#7C80DA
RGB
rgb(124, 128, 218)
HSL
hsl(237, 56%, 67%)
HSV
hsv(237, 43%, 85%)
CMYK
43%, 41%, 0%, 15%
XYZ
X: 27.13, Y: 24.21, Z: 52.45
Lab
L: 56.30, a: 16.03, b: -47.31
Name

Shades of Color #7C80DA

Shades are created by darkening the original color #7C80DA 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 #7C80DA

Tints are created by lightening the original color #7C80DA 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.

#7C80DArgb(124, 128, 218)

About #7C80DA Color Code

In the HSL color space, this color has a hue angle of 237°, a saturation of 56%, and a lightness of 67%. The HSV representation shows a hue of 237°, a saturation of 43%, and a value of 85%.

  • HEX: #7C80DA
  • RGB: rgb(124, 128, 218)
  • HSL: hsl(237, 56%, 67%)
  • HSV: hsv(237, 43%, 85%)
  • CMYK: 43.00% cyan, 41.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 27.13, 24.21, 52.45
  • Yxy: 24.21, 0.2614, 0.2333
  • Hunter Lab: 56.30, 16.03, -47.31
  • CIE-Lab: 56.30, 16.03, -47.31

In the XYZ color space, this color is represented as X: 27.13, Y: 24.21, Z: 52.45. The Yxy representation further refines this as Y: 24.21, x: 0.2614, and y: 0.2333.

In the Hunter Lab color space, this color is represented as L: 56.30, a: 16.03, and b: -47.31. Similarly, in the CIE-Lab color space, it is represented as L: 56.30, a: 16.03, and b: -47.31.

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 #7C80DA

Triadic colors are three colors evenly spaced around the color wheel, including #7C80DA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #7C80DA

Analogous colors are adjacent to #7C80DA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #7C80DA

Split complementary colors are two colors adjacent to the complementary color of #7C80DA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #7C80DA

Tetradic colors form a rectangle on the color wheel, including #7C80DA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #7C80DA

Monochromatic colors are variations of #7C80DA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #7C80DA

The complementary color of #7C80DA 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 #7C80DA

/* Using HEX */
body {
  background-color: #7c80da;
}
/* Using RGB */
body {
  background-color: rgb(124, 128, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(124, 128, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(237, 56%, 67%);
}
/* Text color */
p {
  color: #7c80da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7c80da;
}
/* Border color */
.box {
  border: 4px solid #7c80da;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #7c80da;
}
Text Shadow Preview
/* Background with text */
div {
  background: #7c80da;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#7C80DA
On Black Background
#7C80DA
On White Background
#7C80DA

HTML Examples of #7C80DA

<!-- Using HEX -->
<div style="background-color: #7c80da; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(124, 128, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(124, 128, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(237, 56%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7c80da;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7c80da; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #7c80da; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #7c80da;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #7c80da; color: #fff; padding: 16px; border-radius: 8px;">
  #7C80DA
</div>
#7C80DA
On Black Background
#7C80DA
On White Background
#7C80DA

Related Colors of #7C80DA

These colors are similar to #7C80DA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.