Color: #968AB0
#968AB0 Color Information
#968AB0 is a light color. The closest websafe version is #968AB0. A complement of this color would be #A5B18C, perceived brightness is 0.57, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 259°,a saturation of 19%, and a lightness of 62%.The HSV representation shows a hue of 259°, a saturation of 22%, and a value of 69%.
In a RGB color space, #968AB0 is composed of 59% red, 54% green and 69% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 22% magenta, 0% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 27.64, x: 0.3225, and y: 0.3043.
Color Code #968AB0
Shades of Color #968AB0
Shades are created by darkening the original color #968AB0 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 #968AB0
Tints are created by lightening the original color #968AB0 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 #968AB0 Color Code
In the HSL color space, this color has a hue angle of 259°, a saturation of 19%, and a lightness of 62%. The HSV representation shows a hue of 259°, a saturation of 22%, and a value of 69%.
- HEX: #968AB0
- RGB: rgb(150, 138, 176)
- HSL: hsl(259, 19%, 62%)
- HSV: hsv(259, 22%, 69%)
- CMYK: 15.00% cyan, 22.00% magenta, 0.00% yellow, 31.00% black
- XYZ: 29.30, 27.64, 33.90
- Yxy: 27.64, 0.3225, 0.3043
- Hunter Lab: 59.56, 10.45, -18.40
- CIE-Lab: 59.56, 10.45, -18.40
In the XYZ color space, this color is represented as X: 29.30, Y: 27.64, Z: 33.90. The Yxy representation further refines this as Y: 27.64, x: 0.3225, and y: 0.3043.
In the Hunter Lab color space, this color is represented as L: 59.56, a: 10.45, and b: -18.40. Similarly, in the CIE-Lab color space, it is represented as L: 59.56, a: 10.45, and b: -18.40.
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 #968AB0
Triadic colors are three colors evenly spaced around the color wheel, including #968AB0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #968AB0
Split complementary colors are two colors adjacent to the complementary color of #968AB0. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #968AB0
Monochromatic colors are variations of #968AB0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #968AB0
The complementary color of #968AB0 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 #968AB0
/* Using HEX */ body { background-color: #968ab0; }
/* Using RGB */ body { background-color: rgb(150, 138, 176); }
/* Using RGB with opacity */ body { background-color: rgba(150, 138, 176, 0.5); }
/* Using HSL */ body { background-color: hsl(259, 19%, 62%); }
/* Text color */ p { color: #968ab0; }
/* Box shadow */ div { box-shadow: 4px 4px #968ab0; }
/* Border color */ .box { border: 4px solid #968ab0; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #968ab0; }
/* Background with text */ div { background: #968ab0; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #968AB0
<!-- Using HEX --> <div style="background-color: #968ab0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(150, 138, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(150, 138, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(259, 19%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #968ab0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #968ab0; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #968ab0; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #968ab0;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #968ab0; color: #fff; padding: 16px; border-radius: 8px;"> #968AB0 </div>
Related Colors of #968AB0
These colors are similar to #968AB0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.