Color: #735DBB

#735DBB Color Information

#735DBB is a dark color. The closest websafe version is #735DBB. A complement of this color would be #A5BB5D, perceived brightness is 0.43, and the grayscale version is #8C8C8C.

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

In a RGB color space, #735DBB is composed of 45% red, 36% green and 73% blue. Whereas in a CMYK color space, it is composed of 39% cyan, 50% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 14.67, x: 0.2676, and y: 0.2088.

Color Code #735DBB

HEX
#735DBB
RGB
rgb(115, 93, 187)
HSL
hsl(254, 41%, 55%)
HSV
hsv(254, 50%, 73%)
CMYK
39%, 50%, 0%, 27%
XYZ
X: 18.80, Y: 14.67, Z: 36.79
Lab
L: 45.18, a: 26.21, b: -47.30
Name

Shades of Color #735DBB

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

Tints are created by lightening the original color #735DBB 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 #735DBB Color Code

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

  • HEX: #735DBB
  • RGB: rgb(115, 93, 187)
  • HSL: hsl(254, 41%, 55%)
  • HSV: hsv(254, 50%, 73%)
  • CMYK: 39.00% cyan, 50.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 18.80, 14.67, 36.79
  • Yxy: 14.67, 0.2676, 0.2088
  • Hunter Lab: 45.18, 26.21, -47.30
  • CIE-Lab: 45.18, 26.21, -47.30

In the XYZ color space, this color is represented as X: 18.80, Y: 14.67, Z: 36.79. The Yxy representation further refines this as Y: 14.67, x: 0.2676, and y: 0.2088.

In the Hunter Lab color space, this color is represented as L: 45.18, a: 26.21, and b: -47.30. Similarly, in the CIE-Lab color space, it is represented as L: 45.18, a: 26.21, and b: -47.30.

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 #735DBB

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

Analogous Colors of #735DBB

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

Monochromatic Colors of #735DBB

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

Complementary Color of #735DBB

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

/* Using HEX */
body {
  background-color: #735dbb;
}
/* Using RGB */
body {
  background-color: rgb(115, 93, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(115, 93, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 41%, 55%);
}
/* Text color */
p {
  color: #735dbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #735dbb;
}

HTML Examples of #735DBB

<!-- Using HEX -->
<div style="background-color: #735dbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(115, 93, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(115, 93, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(254, 41%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #735dbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #735dbb; width: 100px; height: 100px;"></div>

Related Colors of #735DBB

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