Color: #867DBA

#867DBA Color Information

#867DBA is a light color. The closest websafe version is #867DBA. A complement of this color would be #B1BA7D, perceived brightness is 0.53, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 249°,a saturation of 31%, and a lightness of 61%.The HSV representation shows a hue of 249°, a saturation of 33%, and a value of 73%.

In a RGB color space, #867DBA is composed of 53% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 33% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 22.98, x: 0.2955, and y: 0.2682.

Color Code #867DBA

#867DBArgb(134, 125, 186)
HEX
#867DBA
RGB
rgb(134, 125, 186)
HSL
hsl(249, 31%, 61%)
HSV
hsv(249, 33%, 73%)
CMYK
28%, 33%, 0%, 27%
XYZ
X: 25.32, Y: 22.98, Z: 37.39
Lab
L: 55.05, a: 13.91, b: -31.11
Name

Shades of Color #867DBA

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

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

#867DBArgb(134, 125, 186)

About #867DBA Color Code

In the HSL color space, this color has a hue angle of 249°, a saturation of 31%, and a lightness of 61%. The HSV representation shows a hue of 249°, a saturation of 33%, and a value of 73%.

  • HEX: #867DBA
  • RGB: rgb(134, 125, 186)
  • HSL: hsl(249, 31%, 61%)
  • HSV: hsv(249, 33%, 73%)
  • CMYK: 28.00% cyan, 33.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 25.32, 22.98, 37.39
  • Yxy: 22.98, 0.2955, 0.2682
  • Hunter Lab: 55.05, 13.91, -31.11
  • CIE-Lab: 55.05, 13.91, -31.11

In the XYZ color space, this color is represented as X: 25.32, Y: 22.98, Z: 37.39. The Yxy representation further refines this as Y: 22.98, x: 0.2955, and y: 0.2682.

In the Hunter Lab color space, this color is represented as L: 55.05, a: 13.91, and b: -31.11. Similarly, in the CIE-Lab color space, it is represented as L: 55.05, a: 13.91, and b: -31.11.

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 #867DBA

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

Analogous Colors of #867DBA

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

Split Complementary Colors of #867DBA

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

Tetradic Colors of #867DBA

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

Monochromatic Colors of #867DBA

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

Complementary Color of #867DBA

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

/* Using HEX */
body {
  background-color: #867dba;
}
/* Using RGB */
body {
  background-color: rgb(134, 125, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(134, 125, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(249, 31%, 61%);
}
/* Text color */
p {
  color: #867dba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #867dba;
}
/* Border color */
.box {
  border: 4px solid #867dba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #867dba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #867dba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#867DBA
On Black Background
#867DBA
On White Background
#867DBA

HTML Examples of #867DBA

<!-- Using HEX -->
<div style="background-color: #867dba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(134, 125, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(134, 125, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(249, 31%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #867dba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #867dba; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #867dba; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #867dba;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #867dba; color: #fff; padding: 16px; border-radius: 8px;">
  #867DBA
</div>
#867DBA
On Black Background
#867DBA
On White Background
#867DBA

Related Colors of #867DBA

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