Color: #7486EF

#7486EF Color Information

#7486EF is a light color. The closest websafe version is #7486EF. A complement of this color would be #EFDD76, perceived brightness is 0.55, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 231°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 231°, a saturation of 51%, and a value of 94%.

In a RGB color space, #7486EF is composed of 45% red, 53% green and 94% blue. Whereas in a CMYK color space, it is composed of 51% cyan, 44% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 26.21, x: 0.2438, and y: 0.2192.

Color Code #7486EF

#7486EFrgb(116, 134, 239)
HEX
#7486EF
RGB
rgb(116, 134, 239)
HSL
hsl(231, 79%, 70%)
HSV
hsv(231, 51%, 94%)
CMYK
51%, 44%, 0%, 6%
XYZ
X: 29.15, Y: 26.21, Z: 64.20
Lab
L: 58.23, a: 15.58, b: -55.96
Name

Shades of Color #7486EF

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

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

#7486EFrgb(116, 134, 239)

About #7486EF Color Code

In the HSL color space, this color has a hue angle of 231°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 231°, a saturation of 51%, and a value of 94%.

  • HEX: #7486EF
  • RGB: rgb(116, 134, 239)
  • HSL: hsl(231, 79%, 70%)
  • HSV: hsv(231, 51%, 94%)
  • CMYK: 51.00% cyan, 44.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 29.15, 26.21, 64.20
  • Yxy: 26.21, 0.2438, 0.2192
  • Hunter Lab: 58.23, 15.58, -55.96
  • CIE-Lab: 58.23, 15.58, -55.96

In the XYZ color space, this color is represented as X: 29.15, Y: 26.21, Z: 64.20. The Yxy representation further refines this as Y: 26.21, x: 0.2438, and y: 0.2192.

In the Hunter Lab color space, this color is represented as L: 58.23, a: 15.58, and b: -55.96. Similarly, in the CIE-Lab color space, it is represented as L: 58.23, a: 15.58, and b: -55.96.

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 #7486EF

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

Analogous Colors of #7486EF

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

Split Complementary Colors of #7486EF

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

Tetradic Colors of #7486EF

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

Monochromatic Colors of #7486EF

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

Complementary Color of #7486EF

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

/* Using HEX */
body {
  background-color: #7486ef;
}
/* Using RGB */
body {
  background-color: rgb(116, 134, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(116, 134, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(231, 79%, 70%);
}
/* Text color */
p {
  color: #7486ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7486ef;
}
/* Border color */
.box {
  border: 4px solid #7486ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #7486ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #7486ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#7486EF
On Black Background
#7486EF
On White Background
#7486EF

HTML Examples of #7486EF

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

Related Colors of #7486EF

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