Color: #7497FF

#7497FF Color Information

#7497FF is a light color. The closest websafe version is #7497FF. A complement of this color would be #FFDD75, perceived brightness is 0.60, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 225°,a saturation of 99%, and a lightness of 73%.The HSV representation shows a hue of 225°, a saturation of 100%, and a value of 100%.

In a RGB color space, #7497FF is composed of 45% red, 59% green and 100% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 41% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 32.13, x: 0.2406, and y: 0.2285.

Color Code #7497FF

HEX
#7497FF
RGB
rgb(116, 151, 255)
HSL
hsl(225, 100%, 73%)
HSV
hsv(225, 55%, 100%)
CMYK
55%, 41%, 0%, 0%
XYZ
X: 33.84, Y: 32.13, Z: 74.67
Lab
L: 63.45, a: 10.22, b: -56.45
Name

Shades of Color #7497FF

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

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

About #7497FF Color Code

In the HSL color space, this color has a hue angle of 225°, a saturation of 100%, and a lightness of 73%. The HSV representation shows a hue of 225°, a saturation of 55%, and a value of 100%.

  • HEX: #7497FF
  • RGB: rgb(116, 151, 255)
  • HSL: hsl(225, 100%, 73%)
  • HSV: hsv(225, 55%, 100%)
  • CMYK: 55.00% cyan, 41.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 33.84, 32.13, 74.67
  • Yxy: 32.13, 0.2406, 0.2285
  • Hunter Lab: 63.45, 10.22, -56.45
  • CIE-Lab: 63.45, 10.22, -56.45

In the XYZ color space, this color is represented as X: 33.84, Y: 32.13, Z: 74.67. The Yxy representation further refines this as Y: 32.13, x: 0.2406, and y: 0.2285.

In the Hunter Lab color space, this color is represented as L: 63.45, a: 10.22, and b: -56.45. Similarly, in the CIE-Lab color space, it is represented as L: 63.45, a: 10.22, and b: -56.45.

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 #7497FF

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

Analogous Colors of #7497FF

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

Monochromatic Colors of #7497FF

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

Complementary Color of #7497FF

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

/* Using HEX */
body {
  background-color: #7497ff;
}
/* Using RGB */
body {
  background-color: rgb(116, 151, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(116, 151, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(225, 100%, 73%);
}
/* Text color */
p {
  color: #7497ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7497ff;
}

HTML Examples of #7497FF

<!-- Using HEX -->
<div style="background-color: #7497ff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(116, 151, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(116, 151, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(225, 100%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7497ff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7497ff; width: 100px; height: 100px;"></div>

Related Colors of #7497FF

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