Color: #919795

#919795 Color Information

#919795 is a light color. The closest websafe version is #919795. A complement of this color would be #979193, perceived brightness is 0.58, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 160°,a saturation of 3%, and a lightness of 58%.The HSV representation shows a hue of 160°, a saturation of 4%, and a value of 59%.

In a RGB color space, #919795 is composed of 57% red, 59% green and 58% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 1% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 30.31, x: 0.3411, and y: 0.3620.

Color Code #919795

#919795rgb(145, 151, 149)
HEX
#919795
RGB
rgb(145, 151, 149)
HSL
hsl(160, 3%, 58%)
HSV
hsv(160, 4%, 59%)
CMYK
4%, 0%, 1%, 41%
XYZ
X: 28.56, Y: 30.31, Z: 24.86
Lab
L: 61.92, a: -2.54, b: 0.26
Name

Shades of Color #919795

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

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

#919795rgb(145, 151, 149)

About #919795 Color Code

In the HSL color space, this color has a hue angle of 160°, a saturation of 3%, and a lightness of 58%. The HSV representation shows a hue of 160°, a saturation of 4%, and a value of 59%.

  • HEX: #919795
  • RGB: rgb(145, 151, 149)
  • HSL: hsl(160, 3%, 58%)
  • HSV: hsv(160, 4%, 59%)
  • CMYK: 4.00% cyan, 0.00% magenta, 100.00% yellow, 41.00% black
  • XYZ: 28.56, 30.31, 24.86
  • Yxy: 30.31, 0.3411, 0.3620
  • Hunter Lab: 61.92, -2.54, 0.26
  • CIE-Lab: 61.92, -2.54, 0.26

In the XYZ color space, this color is represented as X: 28.56, Y: 30.31, Z: 24.86. The Yxy representation further refines this as Y: 30.31, x: 0.3411, and y: 0.3620.

In the Hunter Lab color space, this color is represented as L: 61.92, a: -2.54, and b: 0.26. Similarly, in the CIE-Lab color space, it is represented as L: 61.92, a: -2.54, and b: 0.26.

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

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

Analogous Colors of #919795

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

Split Complementary Colors of #919795

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

Tetradic Colors of #919795

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

Monochromatic Colors of #919795

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

Complementary Color of #919795

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

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

HTML Examples of #919795

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

Related Colors of #919795

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