Shades of Wild Blue Yonder #8096B9
Tints of Wild Blue Yonder #8096B9
RGB
CMYK
RGB Variations
Color information
#8096B9 (or 0x8096B9) is known color: Wild Blue Yonder. HEX triplet: 80, 96 and B9. RGB value is (128,150,185). Sum of RGB (Red+Green+Blue) = 128+150+185=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #8096B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096B9 is #7F6946. Grayscale: #939393. Windows color (decimal): -8350023 or 12162688. OLE color: 12162688.
HSL color Cylindrical-coordinate representation of color #8096B9: hue angle of 216.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8096B9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 150 | 185 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.27 |
| HSL | 216.84º | 0.29% | 0.61% | - |
| HSV(B) | 216.84º | 0.31% | 0.73% | - |
| XYZ | 28.57 | 29.9 | 50.17 | - |
| YUV | 147.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 185 | 0.31 | 0.19 | 0 | 0.27 | 216.84 | 0.29 | 0.61 |
| Hex | 80 | 96 | B9 | 1F | 13 | 0 | 1B | D9 | 1D | 3D |
| Octal | 200 | 226 | 271 | 37 | 23 | 0 | 33 | 331 | 35 | 75 |
| Binary | 10000000 | 10010110 | 10111001 | 11111 | 10011 | 0 | 11011 | 11011001 | 11101 | 111101 |
Color Harmonies of #8096B9
Complementary color
Monochromatic Colors of #8096B9
Black with #8096B9
Text Example
Text Example
White with #8096B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096B9; }
p { color: rgb(128,150,185); }
H1.HeaderClassName
{
color: #8096B9;
}
.AnyTagClassName
{
color: #8096B9;
}
</style>
background-color css
<style>
a { background-color: #8096B9; }
a { background-color: rgb(128,150,185); }
div.DivClassName
{
background-color: #8096B9;
}
.BgClassName
{
background-color: #8096B9;
}
</style>
border-color css
<style>
span { border-color: #8096B9; }
span { border-color: rgb(128,150,185); }
td.TdClassName
{
border-color: #8096B9;
}
.TagClassName
{
border-color: #8096B9;
}
</style>