Color: #929AAA

#929AAA Color Information

#929AAA is a light color. The closest websafe version is #929AAA. A complement of this color would be #AAA292, perceived brightness is 0.60, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 220°,a saturation of 12%, and a lightness of 62%.The HSV representation shows a hue of 220°, a saturation of 14%, and a value of 67%.

In a RGB color space, #929AAA is composed of 57% red, 60% green and 67% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 9% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 32.00, x: 0.3235, and y: 0.3369.

Color Code #929AAA

#929AAArgb(146, 154, 170)
HEX
#929AAA
RGB
rgb(146, 154, 170)
HSL
hsl(220, 12%, 62%)
HSV
hsv(220, 14%, 67%)
CMYK
14%, 9%, 0%, 33%
XYZ
X: 30.73, Y: 32.00, Z: 32.25
Lab
L: 63.34, a: -0.46, b: -9.42
Name

Shades of Color #929AAA

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

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

#929AAArgb(146, 154, 170)

About #929AAA Color Code

In the HSL color space, this color has a hue angle of 220°, a saturation of 12%, and a lightness of 62%. The HSV representation shows a hue of 220°, a saturation of 14%, and a value of 67%.

  • HEX: #929AAA
  • RGB: rgb(146, 154, 170)
  • HSL: hsl(220, 12%, 62%)
  • HSV: hsv(220, 14%, 67%)
  • CMYK: 14.00% cyan, 9.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 30.73, 32.00, 32.25
  • Yxy: 32.00, 0.3235, 0.3369
  • Hunter Lab: 63.34, -0.46, -9.42
  • CIE-Lab: 63.34, -0.46, -9.42

In the XYZ color space, this color is represented as X: 30.73, Y: 32.00, Z: 32.25. The Yxy representation further refines this as Y: 32.00, x: 0.3235, and y: 0.3369.

In the Hunter Lab color space, this color is represented as L: 63.34, a: -0.46, and b: -9.42. Similarly, in the CIE-Lab color space, it is represented as L: 63.34, a: -0.46, and b: -9.42.

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 #929AAA

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

Analogous Colors of #929AAA

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

Split Complementary Colors of #929AAA

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

Tetradic Colors of #929AAA

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

Monochromatic Colors of #929AAA

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

Complementary Color of #929AAA

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

/* Using HEX */
body {
  background-color: #929aaa;
}
/* Using RGB */
body {
  background-color: rgb(146, 154, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(146, 154, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(220, 12%, 62%);
}
/* Text color */
p {
  color: #929aaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #929aaa;
}
/* Border color */
.box {
  border: 4px solid #929aaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #929aaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #929aaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#929AAA
On Black Background
#929AAA
On White Background
#929AAA

HTML Examples of #929AAA

<!-- Using HEX -->
<div style="background-color: #929aaa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(146, 154, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(146, 154, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(220, 12%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #929aaa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #929aaa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #929aaa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #929aaa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #929aaa; color: #fff; padding: 16px; border-radius: 8px;">
  #929AAA
</div>
#929AAA
On Black Background
#929AAA
On White Background
#929AAA

Related Colors of #929AAA

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