Color: #949ECF

#949ECF Color Information

#949ECF is a light color. The closest websafe version is #949ECF. A complement of this color would be #D0C695, perceived brightness is 0.63, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 230°,a saturation of 38%, and a lightness of 70%.The HSV representation shows a hue of 230°, a saturation of 29%, and a value of 81%.

In a RGB color space, #949ECF is composed of 58% red, 62% green and 81% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 24% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 34.88, x: 0.2962, and y: 0.2951.

Color Code #949ECF

#949ECFrgb(148, 158, 207)
HEX
#949ECF
RGB
rgb(148, 158, 207)
HSL
hsl(230, 38%, 70%)
HSV
hsv(230, 29%, 81%)
CMYK
29%, 24%, 0%, 19%
XYZ
X: 35.01, Y: 34.88, Z: 48.29
Lab
L: 65.66, a: 4.73, b: -26.50
Name

Shades of Color #949ECF

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

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

#949ECFrgb(148, 158, 207)

About #949ECF Color Code

In the HSL color space, this color has a hue angle of 230°, a saturation of 38%, and a lightness of 70%. The HSV representation shows a hue of 230°, a saturation of 29%, and a value of 81%.

  • HEX: #949ECF
  • RGB: rgb(148, 158, 207)
  • HSL: hsl(230, 38%, 70%)
  • HSV: hsv(230, 29%, 81%)
  • CMYK: 29.00% cyan, 24.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 35.01, 34.88, 48.29
  • Yxy: 34.88, 0.2962, 0.2951
  • Hunter Lab: 65.66, 4.73, -26.50
  • CIE-Lab: 65.66, 4.73, -26.50

In the XYZ color space, this color is represented as X: 35.01, Y: 34.88, Z: 48.29. The Yxy representation further refines this as Y: 34.88, x: 0.2962, and y: 0.2951.

In the Hunter Lab color space, this color is represented as L: 65.66, a: 4.73, and b: -26.50. Similarly, in the CIE-Lab color space, it is represented as L: 65.66, a: 4.73, and b: -26.50.

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 #949ECF

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

Analogous Colors of #949ECF

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

Split Complementary Colors of #949ECF

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

Tetradic Colors of #949ECF

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

Monochromatic Colors of #949ECF

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

Complementary Color of #949ECF

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

/* Using HEX */
body {
  background-color: #949ecf;
}
/* Using RGB */
body {
  background-color: rgb(148, 158, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(148, 158, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(230, 38%, 70%);
}
/* Text color */
p {
  color: #949ecf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #949ecf;
}
/* Border color */
.box {
  border: 4px solid #949ecf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #949ecf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #949ecf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#949ECF
On Black Background
#949ECF
On White Background
#949ECF

HTML Examples of #949ECF

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

Related Colors of #949ECF

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