Shades of Wild Blue Yonder #8291BA
Tints of Wild Blue Yonder #8291BA
RGB
CMYK
RGB Variations
Color information
#8291BA (or 0x8291BA) is known color: Wild Blue Yonder. HEX triplet: 82, 91 and BA. RGB value is (130,145,186). Sum of RGB (Red+Green+Blue) = 130+145+186=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8291BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291BA is #7D6E45. Grayscale: #919191. Windows color (decimal): -8220230 or 12226946. OLE color: 12226946.
HSL color Cylindrical-coordinate representation of color #8291BA: hue angle of 223.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8291BA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 145 | 186 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.27 |
| HSL | 223.93º | 0.29% | 0.62% | - |
| HSV(B) | 223.93º | 0.3% | 0.73% | - |
| XYZ | 28.19 | 28.54 | 50.48 | - |
| YUV | 145.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 186 | 0.30 | 0.22 | 0 | 0.27 | 223.93 | 0.29 | 0.62 |
| Hex | 82 | 91 | BA | 1E | 16 | 0 | 1B | E0 | 1D | 3E |
| Octal | 202 | 221 | 272 | 36 | 26 | 0 | 33 | 340 | 35 | 76 |
| Binary | 10000010 | 10010001 | 10111010 | 11110 | 10110 | 0 | 11011 | 11100000 | 11101 | 111110 |
Color Harmonies of #8291BA
Complementary color
Monochromatic Colors of #8291BA
Black with #8291BA
Text Example
Text Example
White with #8291BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291BA; }
p { color: rgb(130,145,186); }
H1.HeaderClassName
{
color: #8291BA;
}
.AnyTagClassName
{
color: #8291BA;
}
</style>
background-color css
<style>
a { background-color: #8291BA; }
a { background-color: rgb(130,145,186); }
div.DivClassName
{
background-color: #8291BA;
}
.BgClassName
{
background-color: #8291BA;
}
</style>
border-color css
<style>
span { border-color: #8291BA; }
span { border-color: rgb(130,145,186); }
td.TdClassName
{
border-color: #8291BA;
}
.TagClassName
{
border-color: #8291BA;
}
</style>