Shades of Wild Blue Yonder #8089BA
Tints of Wild Blue Yonder #8089BA
RGB
CMYK
RGB Variations
Color information
#8089BA (or 0x8089BA) is known color: Wild Blue Yonder. HEX triplet: 80, 89 and BA. RGB value is (128,137,186). Sum of RGB (Red+Green+Blue) = 128+137+186=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8089BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089BA is #7F7645. Grayscale: #8B8B8B. Windows color (decimal): -8353350 or 12224896. OLE color: 12224896.
HSL color Cylindrical-coordinate representation of color #8089BA: hue angle of 230.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8089BA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 137 | 186 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.27 |
| HSL | 230.69º | 0.3% | 0.62% | - |
| HSV(B) | 230.69º | 0.31% | 0.73% | - |
| XYZ | 26.71 | 26.03 | 50.07 | - |
| YUV | 139.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 186 | 0.31 | 0.26 | 0 | 0.27 | 230.69 | 0.3 | 0.62 |
| Hex | 80 | 89 | BA | 1F | 1A | 0 | 1B | E7 | 1E | 3E |
| Octal | 200 | 211 | 272 | 37 | 32 | 0 | 33 | 347 | 36 | 76 |
| Binary | 10000000 | 10001001 | 10111010 | 11111 | 11010 | 0 | 11011 | 11100111 | 11110 | 111110 |
Color Harmonies of #8089BA
Complementary color
Monochromatic Colors of #8089BA
Black with #8089BA
Text Example
Text Example
White with #8089BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089BA; }
p { color: rgb(128,137,186); }
H1.HeaderClassName
{
color: #8089BA;
}
.AnyTagClassName
{
color: #8089BA;
}
</style>
background-color css
<style>
a { background-color: #8089BA; }
a { background-color: rgb(128,137,186); }
div.DivClassName
{
background-color: #8089BA;
}
.BgClassName
{
background-color: #8089BA;
}
</style>
border-color css
<style>
span { border-color: #8089BA; }
span { border-color: rgb(128,137,186); }
td.TdClassName
{
border-color: #8089BA;
}
.TagClassName
{
border-color: #8089BA;
}
</style>