Shades of Wild Blue Yonder #8097BB
Tints of Wild Blue Yonder #8097BB
RGB
CMYK
RGB Variations
Color information
#8097BB (or 0x8097BB) is known color: Wild Blue Yonder. HEX triplet: 80, 97 and BB. RGB value is (128,151,187). Sum of RGB (Red+Green+Blue) = 128+151+187=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8097BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8097BB is #7F6844. Grayscale: #949494. Windows color (decimal): -8349765 or 12294016. OLE color: 12294016.
HSL color Cylindrical-coordinate representation of color #8097BB: hue angle of 216.61º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8097BB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 151 | 187 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.27 |
| HSL | 216.61º | 0.3% | 0.62% | - |
| HSV(B) | 216.61º | 0.32% | 0.73% | - |
| XYZ | 28.94 | 30.31 | 51.34 | - |
| YUV | 148.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 187 | 0.32 | 0.19 | 0 | 0.27 | 216.61 | 0.3 | 0.62 |
| Hex | 80 | 97 | BB | 20 | 13 | 0 | 1B | D9 | 1E | 3E |
| Octal | 200 | 227 | 273 | 40 | 23 | 0 | 33 | 331 | 36 | 76 |
| Binary | 10000000 | 10010111 | 10111011 | 100000 | 10011 | 0 | 11011 | 11011001 | 11110 | 111110 |
Color Harmonies of #8097BB
Complementary color
Monochromatic Colors of #8097BB
Black with #8097BB
Text Example
Text Example
White with #8097BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8097BB; }
p { color: rgb(128,151,187); }
H1.HeaderClassName
{
color: #8097BB;
}
.AnyTagClassName
{
color: #8097BB;
}
</style>
background-color css
<style>
a { background-color: #8097BB; }
a { background-color: rgb(128,151,187); }
div.DivClassName
{
background-color: #8097BB;
}
.BgClassName
{
background-color: #8097BB;
}
</style>
border-color css
<style>
span { border-color: #8097BB; }
span { border-color: rgb(128,151,187); }
td.TdClassName
{
border-color: #8097BB;
}
.TagClassName
{
border-color: #8097BB;
}
</style>