Color: #7196EC

#7196EC Color Information

#7196EC is a light color. The closest websafe version is #7196EC. A complement of this color would be #EBC66F, perceived brightness is 0.58, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 222°,a saturation of 76%, and a lightness of 68%.The HSV representation shows a hue of 222°, a saturation of 52%, and a value of 93%.

In a RGB color space, #7196EC is composed of 44% red, 59% green and 93% blue. Whereas in a CMYK color space, it is composed of 52% cyan, 36% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 30.62, x: 0.2483, and y: 0.2456.

Color Code #7196EC

#7196ECrgb(113, 150, 236)
HEX
#7196EC
RGB
rgb(113, 150, 236)
HSL
hsl(222, 76%, 68%)
HSV
hsv(222, 52%, 93%)
CMYK
52%, 36%, 0%, 7%
XYZ
X: 30.95, Y: 30.62, Z: 63.10
Lab
L: 62.19, a: 5.32, b: -48.08
Name

Shades of Color #7196EC

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

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

#7196ECrgb(113, 150, 236)

About #7196EC Color Code

In the HSL color space, this color has a hue angle of 222°, a saturation of 76%, and a lightness of 68%. The HSV representation shows a hue of 222°, a saturation of 52%, and a value of 93%.

  • HEX: #7196EC
  • RGB: rgb(113, 150, 236)
  • HSL: hsl(222, 76%, 68%)
  • HSV: hsv(222, 52%, 93%)
  • CMYK: 52.00% cyan, 36.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 30.95, 30.62, 63.10
  • Yxy: 30.62, 0.2483, 0.2456
  • Hunter Lab: 62.19, 5.32, -48.08
  • CIE-Lab: 62.19, 5.32, -48.08

In the XYZ color space, this color is represented as X: 30.95, Y: 30.62, Z: 63.10. The Yxy representation further refines this as Y: 30.62, x: 0.2483, and y: 0.2456.

In the Hunter Lab color space, this color is represented as L: 62.19, a: 5.32, and b: -48.08. Similarly, in the CIE-Lab color space, it is represented as L: 62.19, a: 5.32, and b: -48.08.

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 #7196EC

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

Analogous Colors of #7196EC

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

Split Complementary Colors of #7196EC

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

Tetradic Colors of #7196EC

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

Monochromatic Colors of #7196EC

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

Complementary Color of #7196EC

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

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

HTML Examples of #7196EC

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

Related Colors of #7196EC

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