Shades of Wild Blue Yonder #8086AD
Tints of Wild Blue Yonder #8086AD
RGB
CMYK
RGB Variations
Color information
#8086AD (or 0x8086AD) is known color: Wild Blue Yonder. HEX triplet: 80, 86 and AD. RGB value is (128,134,173). Sum of RGB (Red+Green+Blue) = 128+134+173=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8086AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8086AD is #7F7952. Grayscale: #888888. Windows color (decimal): -8354131 or 11372160. OLE color: 11372160.
HSL color Cylindrical-coordinate representation of color #8086AD: hue angle of 232º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8086AD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 134 | 173 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.32 |
| HSL | 232º | 0.22% | 0.59% | - |
| HSV(B) | 232º | 0.26% | 0.68% | - |
| XYZ | 24.97 | 24.66 | 42.98 | - |
| YUV | 136.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 173 | 0.26 | 0.23 | 0 | 0.32 | 232 | 0.22 | 0.59 |
| Hex | 80 | 86 | AD | 1A | 17 | 0 | 20 | E8 | 16 | 3B |
| Octal | 200 | 206 | 255 | 32 | 27 | 0 | 40 | 350 | 26 | 73 |
| Binary | 10000000 | 10000110 | 10101101 | 11010 | 10111 | 0 | 100000 | 11101000 | 10110 | 111011 |
Color Harmonies of #8086AD
Complementary color
Monochromatic Colors of #8086AD
Black with #8086AD
Text Example
Text Example
White with #8086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086AD; }
p { color: rgb(128,134,173); }
H1.HeaderClassName
{
color: #8086AD;
}
.AnyTagClassName
{
color: #8086AD;
}
</style>
background-color css
<style>
a { background-color: #8086AD; }
a { background-color: rgb(128,134,173); }
div.DivClassName
{
background-color: #8086AD;
}
.BgClassName
{
background-color: #8086AD;
}
</style>
border-color css
<style>
span { border-color: #8086AD; }
span { border-color: rgb(128,134,173); }
td.TdClassName
{
border-color: #8086AD;
}
.TagClassName
{
border-color: #8086AD;
}
</style>