Shades of Wild Blue Yonder #8091BB
Tints of Wild Blue Yonder #8091BB
RGB
CMYK
RGB Variations
Color information
#8091BB (or 0x8091BB) is known color: Wild Blue Yonder. HEX triplet: 80, 91 and BB. RGB value is (128,145,187). Sum of RGB (Red+Green+Blue) = 128+145+187=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #8091BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8091BB is #7F6E44. Grayscale: #909090. Windows color (decimal): -8351301 or 12292480. OLE color: 12292480.
HSL color Cylindrical-coordinate representation of color #8091BB: hue angle of 222.71º 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 #8091BB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 145 | 187 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.27 |
| HSL | 222.71º | 0.3% | 0.62% | - |
| HSV(B) | 222.71º | 0.32% | 0.73% | - |
| XYZ | 28 | 28.43 | 51.03 | - |
| YUV | 144.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 187 | 0.32 | 0.22 | 0 | 0.27 | 222.71 | 0.3 | 0.62 |
| Hex | 80 | 91 | BB | 20 | 16 | 0 | 1B | DF | 1E | 3E |
| Octal | 200 | 221 | 273 | 40 | 26 | 0 | 33 | 337 | 36 | 76 |
| Binary | 10000000 | 10010001 | 10111011 | 100000 | 10110 | 0 | 11011 | 11011111 | 11110 | 111110 |
Color Harmonies of #8091BB
Complementary color
Monochromatic Colors of #8091BB
Black with #8091BB
Text Example
Text Example
White with #8091BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091BB; }
p { color: rgb(128,145,187); }
H1.HeaderClassName
{
color: #8091BB;
}
.AnyTagClassName
{
color: #8091BB;
}
</style>
background-color css
<style>
a { background-color: #8091BB; }
a { background-color: rgb(128,145,187); }
div.DivClassName
{
background-color: #8091BB;
}
.BgClassName
{
background-color: #8091BB;
}
</style>
border-color css
<style>
span { border-color: #8091BB; }
span { border-color: rgb(128,145,187); }
td.TdClassName
{
border-color: #8091BB;
}
.TagClassName
{
border-color: #8091BB;
}
</style>