Shades of Wild Blue Yonder #8087BA
Tints of Wild Blue Yonder #8087BA
RGB
CMYK
RGB Variations
Color information
#8087BA (or 0x8087BA) is known color: Wild Blue Yonder. HEX triplet: 80, 87 and BA. RGB value is (128,135,186). Sum of RGB (Red+Green+Blue) = 128+135+186=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #8087BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087BA is #7F7845. Grayscale: #8A8A8A. Windows color (decimal): -8353862 or 12224384. OLE color: 12224384.
HSL color Cylindrical-coordinate representation of color #8087BA: hue angle of 232.76º 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 #8087BA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 135 | 186 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.27 |
| HSL | 232.76º | 0.3% | 0.62% | - |
| HSV(B) | 232.76º | 0.31% | 0.73% | - |
| XYZ | 26.43 | 25.46 | 49.98 | - |
| YUV | 138.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 186 | 0.31 | 0.27 | 0 | 0.27 | 232.76 | 0.3 | 0.62 |
| Hex | 80 | 87 | BA | 1F | 1B | 0 | 1B | E9 | 1E | 3E |
| Octal | 200 | 207 | 272 | 37 | 33 | 0 | 33 | 351 | 36 | 76 |
| Binary | 10000000 | 10000111 | 10111010 | 11111 | 11011 | 0 | 11011 | 11101001 | 11110 | 111110 |
Color Harmonies of #8087BA
Complementary color
Monochromatic Colors of #8087BA
Black with #8087BA
Text Example
Text Example
White with #8087BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8087BA; }
p { color: rgb(128,135,186); }
H1.HeaderClassName
{
color: #8087BA;
}
.AnyTagClassName
{
color: #8087BA;
}
</style>
background-color css
<style>
a { background-color: #8087BA; }
a { background-color: rgb(128,135,186); }
div.DivClassName
{
background-color: #8087BA;
}
.BgClassName
{
background-color: #8087BA;
}
</style>
border-color css
<style>
span { border-color: #8087BA; }
span { border-color: rgb(128,135,186); }
td.TdClassName
{
border-color: #8087BA;
}
.TagClassName
{
border-color: #8087BA;
}
</style>