Color: #968EBC

#968EBC Color Information

#968EBC is a light color. The closest websafe version is #968EBC. A complement of this color would be #B5BD8F, perceived brightness is 0.59, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 250°,a saturation of 26%, and a lightness of 65%.The HSV representation shows a hue of 250°, a saturation of 24%, and a value of 74%.

In a RGB color space, #968EBC is composed of 59% red, 56% green and 74% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 24% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 29.23, x: 0.3119, and y: 0.2949.

Color Code #968EBC

#968EBCrgb(150, 142, 188)
HEX
#968EBC
RGB
rgb(150, 142, 188)
HSL
hsl(250, 26%, 65%)
HSV
hsv(250, 24%, 74%)
CMYK
20%, 24%, 0%, 26%
XYZ
X: 30.91, Y: 29.23, Z: 38.97
Lab
L: 60.98, a: 10.39, b: -23.02
Name

Shades of Color #968EBC

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

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

#968EBCrgb(150, 142, 188)

About #968EBC Color Code

In the HSL color space, this color has a hue angle of 250°, a saturation of 26%, and a lightness of 65%. The HSV representation shows a hue of 250°, a saturation of 24%, and a value of 74%.

  • HEX: #968EBC
  • RGB: rgb(150, 142, 188)
  • HSL: hsl(250, 26%, 65%)
  • HSV: hsv(250, 24%, 74%)
  • CMYK: 20.00% cyan, 24.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 30.91, 29.23, 38.97
  • Yxy: 29.23, 0.3119, 0.2949
  • Hunter Lab: 60.98, 10.39, -23.02
  • CIE-Lab: 60.98, 10.39, -23.02

In the XYZ color space, this color is represented as X: 30.91, Y: 29.23, Z: 38.97. The Yxy representation further refines this as Y: 29.23, x: 0.3119, and y: 0.2949.

In the Hunter Lab color space, this color is represented as L: 60.98, a: 10.39, and b: -23.02. Similarly, in the CIE-Lab color space, it is represented as L: 60.98, a: 10.39, and b: -23.02.

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 #968EBC

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

Analogous Colors of #968EBC

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

Monochromatic Colors of #968EBC

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

Complementary Color of #968EBC

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

/* Using HEX */
body {
  background-color: #968ebc;
}
/* Using RGB */
body {
  background-color: rgb(150, 142, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(150, 142, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(250, 26%, 65%);
}
/* Text color */
p {
  color: #968ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #968ebc;
}
/* Border color */
.box {
  border: 4px solid #968ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #968ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #968ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#968EBC
On Black Background
#968EBC
On White Background
#968EBC

HTML Examples of #968EBC

<!-- Using HEX -->
<div style="background-color: #968ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(150, 142, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(150, 142, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(250, 26%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #968ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #968ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #968ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #968ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #968ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #968EBC
</div>
#968EBC
On Black Background
#968EBC
On White Background
#968EBC

Related Colors of #968EBC

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