Color: #717384

#717384 Color Information

#717384 is a dark color. The closest websafe version is #717384. A complement of this color would be #848271, perceived brightness is 0.46, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 234°,a saturation of 8%, and a lightness of 48%.The HSV representation shows a hue of 234°, a saturation of 14%, and a value of 52%.

In a RGB color space, #717384 is composed of 44% red, 45% green and 52% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 13% magenta, 0% yellow and 48% black.

In the Yxy color space, this color is represented as Y: 17.36, x: 0.3237, and y: 0.3286.

Color Code #717384

#717384rgb(113, 115, 132)
HEX
#717384
RGB
rgb(113, 115, 132)
HSL
hsl(234, 8%, 48%)
HSV
hsv(234, 14%, 52%)
CMYK
14%, 13%, 0%, 48%
XYZ
X: 17.10, Y: 17.36, Z: 18.37
Lab
L: 48.71, a: 2.00, b: -9.64
Name

Shades of Color #717384

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

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

#717384rgb(113, 115, 132)

About #717384 Color Code

In the HSL color space, this color has a hue angle of 234°, a saturation of 8%, and a lightness of 48%. The HSV representation shows a hue of 234°, a saturation of 14%, and a value of 52%.

  • HEX: #717384
  • RGB: rgb(113, 115, 132)
  • HSL: hsl(234, 8%, 48%)
  • HSV: hsv(234, 14%, 52%)
  • CMYK: 14.00% cyan, 13.00% magenta, 0.00% yellow, 48.00% black
  • XYZ: 17.10, 17.36, 18.37
  • Yxy: 17.36, 0.3237, 0.3286
  • Hunter Lab: 48.71, 2.00, -9.64
  • CIE-Lab: 48.71, 2.00, -9.64

In the XYZ color space, this color is represented as X: 17.10, Y: 17.36, Z: 18.37. The Yxy representation further refines this as Y: 17.36, x: 0.3237, and y: 0.3286.

In the Hunter Lab color space, this color is represented as L: 48.71, a: 2.00, and b: -9.64. Similarly, in the CIE-Lab color space, it is represented as L: 48.71, a: 2.00, and b: -9.64.

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 #717384

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

Analogous Colors of #717384

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

Split Complementary Colors of #717384

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

Tetradic Colors of #717384

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

Monochromatic Colors of #717384

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

Complementary Color of #717384

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

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

HTML Examples of #717384

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

Related Colors of #717384

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