Shades of Wild Blue Yonder #8096BA
Tints of Wild Blue Yonder #8096BA
RGB
CMYK
RGB Variations
Color information
#8096BA (or 0x8096BA) is known color: Wild Blue Yonder. HEX triplet: 80, 96 and BA. RGB value is (128,150,186). Sum of RGB (Red+Green+Blue) = 128+150+186=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8096BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096BA is #7F6945. Grayscale: #939393. Windows color (decimal): -8350022 or 12228224. OLE color: 12228224.
HSL color Cylindrical-coordinate representation of color #8096BA: hue angle of 217.24º 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 #8096BA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 150 | 186 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.27 |
| HSL | 217.24º | 0.3% | 0.62% | - |
| HSV(B) | 217.24º | 0.31% | 0.73% | - |
| XYZ | 28.67 | 29.95 | 50.72 | - |
| YUV | 147.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 186 | 0.31 | 0.19 | 0 | 0.27 | 217.24 | 0.3 | 0.62 |
| Hex | 80 | 96 | BA | 1F | 13 | 0 | 1B | D9 | 1E | 3E |
| Octal | 200 | 226 | 272 | 37 | 23 | 0 | 33 | 331 | 36 | 76 |
| Binary | 10000000 | 10010110 | 10111010 | 11111 | 10011 | 0 | 11011 | 11011001 | 11110 | 111110 |
Color Harmonies of #8096BA
Complementary color
Monochromatic Colors of #8096BA
Black with #8096BA
Text Example
Text Example
White with #8096BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096BA; }
p { color: rgb(128,150,186); }
H1.HeaderClassName
{
color: #8096BA;
}
.AnyTagClassName
{
color: #8096BA;
}
</style>
background-color css
<style>
a { background-color: #8096BA; }
a { background-color: rgb(128,150,186); }
div.DivClassName
{
background-color: #8096BA;
}
.BgClassName
{
background-color: #8096BA;
}
</style>
border-color css
<style>
span { border-color: #8096BA; }
span { border-color: rgb(128,150,186); }
td.TdClassName
{
border-color: #8096BA;
}
.TagClassName
{
border-color: #8096BA;
}
</style>