Shades of Wild Blue Yonder #8086BB
Tints of Wild Blue Yonder #8086BB
RGB
CMYK
RGB Variations
Color information
#8086BB (or 0x8086BB) is known color: Wild Blue Yonder. HEX triplet: 80, 86 and BB. RGB value is (128,134,187). Sum of RGB (Red+Green+Blue) = 128+134+187=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8086BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086BB is #7F7944. Grayscale: #8A8A8A. Windows color (decimal): -8354117 or 12289664. OLE color: 12289664.
HSL color Cylindrical-coordinate representation of color #8086BB: hue angle of 233.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8086BB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 134 | 187 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.27 |
| HSL | 233.9º | 0.3% | 0.62% | - |
| HSV(B) | 233.9º | 0.32% | 0.73% | - |
| XYZ | 26.4 | 25.23 | 50.49 | - |
| YUV | 138.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 187 | 0.32 | 0.28 | 0 | 0.27 | 233.9 | 0.3 | 0.62 |
| Hex | 80 | 86 | BB | 20 | 1C | 0 | 1B | EA | 1E | 3E |
| Octal | 200 | 206 | 273 | 40 | 34 | 0 | 33 | 352 | 36 | 76 |
| Binary | 10000000 | 10000110 | 10111011 | 100000 | 11100 | 0 | 11011 | 11101010 | 11110 | 111110 |
Color Harmonies of #8086BB
Complementary color
Monochromatic Colors of #8086BB
Black with #8086BB
Text Example
Text Example
White with #8086BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086BB; }
p { color: rgb(128,134,187); }
H1.HeaderClassName
{
color: #8086BB;
}
.AnyTagClassName
{
color: #8086BB;
}
</style>
background-color css
<style>
a { background-color: #8086BB; }
a { background-color: rgb(128,134,187); }
div.DivClassName
{
background-color: #8086BB;
}
.BgClassName
{
background-color: #8086BB;
}
</style>
border-color css
<style>
span { border-color: #8086BB; }
span { border-color: rgb(128,134,187); }
td.TdClassName
{
border-color: #8086BB;
}
.TagClassName
{
border-color: #8086BB;
}
</style>