In a RGB color space, #8080ff hex color (also known as Blue Party Parrot) is composed of 50.2% red, 50.2% green and 100% blue. Whereas in a CMYK color space, it is composed of 49.8% cyan, 49.8% magenta, 0% yellow and 0% black. It has a hue angle of 240 degrees, a saturation of 100% and a lightness of 75.1%. #8080ff color hex could be obtained by blending #0100ff with #0000ff. Closest websafe color is: #9999ff.
The hexadecimal color #8080ff has RGB values of R:128, G:128, B:255 and CMYK values of C:0.5, M:0.5, Y:0, K:0. Its decimal value is 8421631.
Hex triplet | 8080ff | #8080ff |
RGB Decimal | 128, 128, 255 | rgb(128,128,255) |
RGB Percent | 50.2, 50.2, 100 | rgb(50.2%,50.2%,100%) |
CMYK | 49.8, 49.8, 0, 0 | |
HSL | 240°, 100, 75.1 | hsl(240,100%,75.1%) |
HSV(HSB) | 240°, 49.8, 100 | |
Web Safe | 9999ff | #99f |
XYZ | 34.671, 27.248, 98.04 |
xyY | 0.217, 0.17, 27.248 |
CIE-LAB | 59.203, 33.107, -63.467 |
CIE-LCH | 59.203, 71.583, 297.548 |
CIE-LUV | 59.203, -7.537, -104.536 |
Hunter-Lab | 52.199, 27.213, -74.818 |
Binary | 10000000, 10000000, 11111111 |
Below, you can see some colors close to #8080ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #8080ff.
<span style="color:#8080ff">Text here</span>
This paragraph has a background color of #8080ff.
<p style="background-color:#8080ff;">Content here</p>
This element has a border color of #8080ff.
<div style="border:1px #8080ff;">Content here</div>
.text {color:#8080ff;}
.background {background-color:#8080ff;}
.border {border:1px solid #8080ff;}
.text-shadow {border:1px solid #8080ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaeaff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #bfbfc0 is the less saturated color, while #8585fa is the most saturated one.