Shades of Wild Blue Yonder #7E80AC
Tints of Wild Blue Yonder #7E80AC
RGB
CMYK
RGB Variations
Color information
#7E80AC (or 0x7E80AC) is known color: Wild Blue Yonder. HEX triplet: 7E, 80 and AC. RGB value is (126,128,172). Sum of RGB (Red+Green+Blue) = 126+128+172=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E80AC is #817F53. Grayscale: #848484. Windows color (decimal): -8486740 or 11305086. OLE color: 11305086.
HSL color Cylindrical-coordinate representation of color #7E80AC: hue angle of 237.39º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E80AC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 128 | 172 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.33 |
| HSL | 237.39º | 0.22% | 0.58% | - |
| HSV(B) | 237.39º | 0.27% | 0.67% | - |
| XYZ | 23.77 | 22.85 | 42.19 | - |
| YUV | 132.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 172 | 0.27 | 0.26 | 0 | 0.33 | 237.39 | 0.22 | 0.58 |
| Hex | 7E | 80 | AC | 1B | 1A | 0 | 21 | ED | 16 | 3A |
| Octal | 176 | 200 | 254 | 33 | 32 | 0 | 41 | 355 | 26 | 72 |
| Binary | 1111110 | 10000000 | 10101100 | 11011 | 11010 | 0 | 100001 | 11101101 | 10110 | 111010 |
Color Harmonies of #7E80AC
Complementary color
Monochromatic Colors of #7E80AC
Black with #7E80AC
Text Example
Text Example
White with #7E80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E80AC; }
p { color: rgb(126,128,172); }
H1.HeaderClassName
{
color: #7E80AC;
}
.AnyTagClassName
{
color: #7E80AC;
}
</style>
background-color css
<style>
a { background-color: #7E80AC; }
a { background-color: rgb(126,128,172); }
div.DivClassName
{
background-color: #7E80AC;
}
.BgClassName
{
background-color: #7E80AC;
}
</style>
border-color css
<style>
span { border-color: #7E80AC; }
span { border-color: rgb(126,128,172); }
td.TdClassName
{
border-color: #7E80AC;
}
.TagClassName
{
border-color: #7E80AC;
}
</style>