Color: #799AAD

#799AAD Color Information

#799AAD is a light color. The closest websafe version is #799AAD. A complement of this color would be #AE8D7A, perceived brightness is 0.57, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 202°,a saturation of 24%, and a lightness of 58%.The HSV representation shows a hue of 202°, a saturation of 30%, and a value of 68%.

In a RGB color space, #799AAD is composed of 47% red, 60% green and 68% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 11% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 29.95, x: 0.2975, and y: 0.3329.

Color Code #799AAD

#799AADrgb(121, 154, 173)
HEX
#799AAD
RGB
rgb(121, 154, 173)
HSL
hsl(202, 24%, 58%)
HSV
hsv(202, 30%, 68%)
CMYK
30%, 11%, 0%, 32%
XYZ
X: 26.76, Y: 29.95, Z: 33.25
Lab
L: 61.61, a: -8.40, b: -13.90
Name

Shades of Color #799AAD

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

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

#799AADrgb(121, 154, 173)

About #799AAD Color Code

In the HSL color space, this color has a hue angle of 202°, a saturation of 24%, and a lightness of 58%. The HSV representation shows a hue of 202°, a saturation of 30%, and a value of 68%.

  • HEX: #799AAD
  • RGB: rgb(121, 154, 173)
  • HSL: hsl(202, 24%, 58%)
  • HSV: hsv(202, 30%, 68%)
  • CMYK: 30.00% cyan, 11.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 26.76, 29.95, 33.25
  • Yxy: 29.95, 0.2975, 0.3329
  • Hunter Lab: 61.61, -8.40, -13.90
  • CIE-Lab: 61.61, -8.40, -13.90

In the XYZ color space, this color is represented as X: 26.76, Y: 29.95, Z: 33.25. The Yxy representation further refines this as Y: 29.95, x: 0.2975, and y: 0.3329.

In the Hunter Lab color space, this color is represented as L: 61.61, a: -8.40, and b: -13.90. Similarly, in the CIE-Lab color space, it is represented as L: 61.61, a: -8.40, and b: -13.90.

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 #799AAD

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

Analogous Colors of #799AAD

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

Split Complementary Colors of #799AAD

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

Tetradic Colors of #799AAD

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

Monochromatic Colors of #799AAD

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

Complementary Color of #799AAD

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

/* Using HEX */
body {
  background-color: #799aad;
}
/* Using RGB */
body {
  background-color: rgb(121, 154, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(121, 154, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(202, 24%, 58%);
}
/* Text color */
p {
  color: #799aad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #799aad;
}
/* Border color */
.box {
  border: 4px solid #799aad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #799aad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #799aad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#799AAD
On Black Background
#799AAD
On White Background
#799AAD

HTML Examples of #799AAD

<!-- Using HEX -->
<div style="background-color: #799aad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(121, 154, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(121, 154, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(202, 24%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #799aad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #799aad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #799aad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #799aad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #799aad; color: #fff; padding: 16px; border-radius: 8px;">
  #799AAD
</div>
#799AAD
On Black Background
#799AAD
On White Background
#799AAD

Related Colors of #799AAD

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