Shades of Wild Blue Yonder #8086BE
Tints of Wild Blue Yonder #8086BE
RGB
CMYK
RGB Variations
Color information
#8086BE (or 0x8086BE) is known color: Wild Blue Yonder. HEX triplet: 80, 86 and BE. RGB value is (128,134,190). Sum of RGB (Red+Green+Blue) = 128+134+190=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #8086BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086BE is #7F7941. Grayscale: #8A8A8A. Windows color (decimal): -8354114 or 12486272. OLE color: 12486272.
HSL color Cylindrical-coordinate representation of color #8086BE: hue angle of 234.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8086BE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 134 | 190 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.25 |
| HSL | 234.19º | 0.32% | 0.62% | - |
| HSV(B) | 234.19º | 0.33% | 0.75% | - |
| XYZ | 26.72 | 25.36 | 52.2 | - |
| YUV | 138.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 190 | 0.33 | 0.29 | 0 | 0.25 | 234.19 | 0.32 | 0.62 |
| Hex | 80 | 86 | BE | 21 | 1D | 0 | 19 | EA | 20 | 3E |
| Octal | 200 | 206 | 276 | 41 | 35 | 0 | 31 | 352 | 40 | 76 |
| Binary | 10000000 | 10000110 | 10111110 | 100001 | 11101 | 0 | 11001 | 11101010 | 100000 | 111110 |
Color Harmonies of #8086BE
Complementary color
Monochromatic Colors of #8086BE
Black with #8086BE
Text Example
Text Example
White with #8086BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086BE; }
p { color: rgb(128,134,190); }
H1.HeaderClassName
{
color: #8086BE;
}
.AnyTagClassName
{
color: #8086BE;
}
</style>
background-color css
<style>
a { background-color: #8086BE; }
a { background-color: rgb(128,134,190); }
div.DivClassName
{
background-color: #8086BE;
}
.BgClassName
{
background-color: #8086BE;
}
</style>
border-color css
<style>
span { border-color: #8086BE; }
span { border-color: rgb(128,134,190); }
td.TdClassName
{
border-color: #8086BE;
}
.TagClassName
{
border-color: #8086BE;
}
</style>