Shades of Wild Blue Yonder #8086BF
Tints of Wild Blue Yonder #8086BF
RGB
CMYK
RGB Variations
Color information
#8086BF (or 0x8086BF) is known color: Wild Blue Yonder. HEX triplet: 80, 86 and BF. RGB value is (128,134,191). Sum of RGB (Red+Green+Blue) = 128+134+191=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #8086BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086BF is #7F7940. Grayscale: #8A8A8A. Windows color (decimal): -8354113 or 12551808. OLE color: 12551808.
HSL color Cylindrical-coordinate representation of color #8086BF: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8086BF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 134 | 191 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.25 |
| HSL | 234.29º | 0.33% | 0.63% | - |
| HSV(B) | 234.29º | 0.33% | 0.75% | - |
| XYZ | 26.83 | 25.4 | 52.78 | - |
| YUV | 138.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 191 | 0.33 | 0.30 | 0 | 0.25 | 234.29 | 0.33 | 0.63 |
| Hex | 80 | 86 | BF | 21 | 1E | 0 | 19 | EA | 21 | 3F |
| Octal | 200 | 206 | 277 | 41 | 36 | 0 | 31 | 352 | 41 | 77 |
| Binary | 10000000 | 10000110 | 10111111 | 100001 | 11110 | 0 | 11001 | 11101010 | 100001 | 111111 |
Color Harmonies of #8086BF
Complementary color
Monochromatic Colors of #8086BF
Black with #8086BF
Text Example
Text Example
White with #8086BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086BF; }
p { color: rgb(128,134,191); }
H1.HeaderClassName
{
color: #8086BF;
}
.AnyTagClassName
{
color: #8086BF;
}
</style>
background-color css
<style>
a { background-color: #8086BF; }
a { background-color: rgb(128,134,191); }
div.DivClassName
{
background-color: #8086BF;
}
.BgClassName
{
background-color: #8086BF;
}
</style>
border-color css
<style>
span { border-color: #8086BF; }
span { border-color: rgb(128,134,191); }
td.TdClassName
{
border-color: #8086BF;
}
.TagClassName
{
border-color: #8086BF;
}
</style>