Color: #719AAA

#719AAA Color Information

#719AAA is a light color. The closest websafe version is #719AAA. A complement of this color would be #A98070, perceived brightness is 0.56, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 197°,a saturation of 25%, and a lightness of 55%.The HSV representation shows a hue of 197°, a saturation of 34%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 29.28, x: 0.2928, and y: 0.3375.

Color Code #719AAA

#719AAArgb(113, 154, 170)
HEX
#719AAA
RGB
rgb(113, 154, 170)
HSL
hsl(197, 25%, 55%)
HSV
hsv(197, 34%, 67%)
CMYK
34%, 9%, 0%, 33%
XYZ
X: 25.40, Y: 29.28, Z: 32.08
Lab
L: 61.02, a: -11.50, b: -13.16
Name

Shades of Color #719AAA

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

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

#719AAArgb(113, 154, 170)

About #719AAA Color Code

In the HSL color space, this color has a hue angle of 197°, a saturation of 25%, and a lightness of 55%. The HSV representation shows a hue of 197°, a saturation of 34%, and a value of 67%.

  • HEX: #719AAA
  • RGB: rgb(113, 154, 170)
  • HSL: hsl(197, 25%, 55%)
  • HSV: hsv(197, 34%, 67%)
  • CMYK: 34.00% cyan, 9.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 25.40, 29.28, 32.08
  • Yxy: 29.28, 0.2928, 0.3375
  • Hunter Lab: 61.02, -11.50, -13.16
  • CIE-Lab: 61.02, -11.50, -13.16

In the XYZ color space, this color is represented as X: 25.40, Y: 29.28, Z: 32.08. The Yxy representation further refines this as Y: 29.28, x: 0.2928, and y: 0.3375.

In the Hunter Lab color space, this color is represented as L: 61.02, a: -11.50, and b: -13.16. Similarly, in the CIE-Lab color space, it is represented as L: 61.02, a: -11.50, and b: -13.16.

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

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

Analogous Colors of #719AAA

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

Split Complementary Colors of #719AAA

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

Tetradic Colors of #719AAA

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

Monochromatic Colors of #719AAA

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

Complementary Color of #719AAA

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

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

HTML Examples of #719AAA

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

Related Colors of #719AAA

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