Shades of Wild Blue Yonder #8090BA
Tints of Wild Blue Yonder #8090BA
RGB
CMYK
RGB Variations
Color information
#8090BA (or 0x8090BA) is known color: Wild Blue Yonder. HEX triplet: 80, 90 and BA. RGB value is (128,144,186). Sum of RGB (Red+Green+Blue) = 128+144+186=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #8090BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090BA is #7F6F45. Grayscale: #8F8F8F. Windows color (decimal): -8351558 or 12226688. OLE color: 12226688.
HSL color Cylindrical-coordinate representation of color #8090BA: hue angle of 223.45º 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 #8090BA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 144 | 186 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.27 |
| HSL | 223.45º | 0.3% | 0.62% | - |
| HSV(B) | 223.45º | 0.31% | 0.73% | - |
| XYZ | 27.74 | 28.08 | 50.41 | - |
| YUV | 144 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 186 | 0.31 | 0.23 | 0 | 0.27 | 223.45 | 0.3 | 0.62 |
| Hex | 80 | 90 | BA | 1F | 17 | 0 | 1B | DF | 1E | 3E |
| Octal | 200 | 220 | 272 | 37 | 27 | 0 | 33 | 337 | 36 | 76 |
| Binary | 10000000 | 10010000 | 10111010 | 11111 | 10111 | 0 | 11011 | 11011111 | 11110 | 111110 |
Color Harmonies of #8090BA
Complementary color
Monochromatic Colors of #8090BA
Black with #8090BA
Text Example
Text Example
White with #8090BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090BA; }
p { color: rgb(128,144,186); }
H1.HeaderClassName
{
color: #8090BA;
}
.AnyTagClassName
{
color: #8090BA;
}
</style>
background-color css
<style>
a { background-color: #8090BA; }
a { background-color: rgb(128,144,186); }
div.DivClassName
{
background-color: #8090BA;
}
.BgClassName
{
background-color: #8090BA;
}
</style>
border-color css
<style>
span { border-color: #8090BA; }
span { border-color: rgb(128,144,186); }
td.TdClassName
{
border-color: #8090BA;
}
.TagClassName
{
border-color: #8090BA;
}
</style>