Color: #988BAC

#988BAC Color Information

#988BAC is a light color. The closest websafe version is #988BAC. A complement of this color would be #9FAC8B, perceived brightness is 0.58, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 264°,a saturation of 17%, and a lightness of 61%.The HSV representation shows a hue of 264°, a saturation of 100%, and a value of 100%.

In a RGB color space, #988BAC is composed of 60% red, 55% green and 67% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 19% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 28.00, x: 0.3284, and y: 0.3113.

Color Code #988BAC

HEX
#988BAC
RGB
rgb(152, 139, 172)
HSL
hsl(264, 17%, 61%)
HSV
hsv(264, 19%, 67%)
CMYK
12%, 19%, 0%, 33%
XYZ
X: 29.54, Y: 28.00, Z: 32.41
Lab
L: 59.88, a: 9.96, b: -15.63
Name

Shades of Color #988BAC

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

Tints are created by lightening the original color #988BAC 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 #988BAC Color Code

In the HSL color space, this color has a hue angle of 264°, a saturation of 17%, and a lightness of 61%. The HSV representation shows a hue of 264°, a saturation of 19%, and a value of 67%.

  • HEX: #988BAC
  • RGB: rgb(152, 139, 172)
  • HSL: hsl(264, 17%, 61%)
  • HSV: hsv(264, 19%, 67%)
  • CMYK: 12.00% cyan, 19.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 29.54, 28.00, 32.41
  • Yxy: 28.00, 0.3284, 0.3113
  • Hunter Lab: 59.88, 9.96, -15.63
  • CIE-Lab: 59.88, 9.96, -15.63

In the XYZ color space, this color is represented as X: 29.54, Y: 28.00, Z: 32.41. The Yxy representation further refines this as Y: 28.00, x: 0.3284, and y: 0.3113.

In the Hunter Lab color space, this color is represented as L: 59.88, a: 9.96, and b: -15.63. Similarly, in the CIE-Lab color space, it is represented as L: 59.88, a: 9.96, and b: -15.63.

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 #988BAC

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

Analogous Colors of #988BAC

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

Monochromatic Colors of #988BAC

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

Complementary Color of #988BAC

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

/* Using HEX */
body {
  background-color: #988bac;
}
/* Using RGB */
body {
  background-color: rgb(152, 139, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(152, 139, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(264, 17%, 61%);
}
/* Text color */
p {
  color: #988bac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #988bac;
}

HTML Examples of #988BAC

<!-- Using HEX -->
<div style="background-color: #988bac; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(152, 139, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(152, 139, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(264, 17%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #988bac;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #988bac; width: 100px; height: 100px;"></div>

Related Colors of #988BAC

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