Shades of Wild Blue Yonder #8491BA
Tints of Wild Blue Yonder #8491BA
RGB
CMYK
RGB Variations
Color information
#8491BA (or 0x8491BA) is known color: Wild Blue Yonder. HEX triplet: 84, 91 and BA. RGB value is (132,145,186). Sum of RGB (Red+Green+Blue) = 132+145+186=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8491BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491BA is #7B6E45. Grayscale: #919191. Windows color (decimal): -8089158 or 12226948. OLE color: 12226948.
HSL color Cylindrical-coordinate representation of color #8491BA: hue angle of 225.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8491BA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 145 | 186 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.27 |
| HSL | 225.56º | 0.28% | 0.62% | - |
| HSV(B) | 225.56º | 0.29% | 0.73% | - |
| XYZ | 28.5 | 28.7 | 50.49 | - |
| YUV | 145.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 186 | 0.29 | 0.22 | 0 | 0.27 | 225.56 | 0.28 | 0.62 |
| Hex | 84 | 91 | BA | 1D | 16 | 0 | 1B | E2 | 1C | 3E |
| Octal | 204 | 221 | 272 | 35 | 26 | 0 | 33 | 342 | 34 | 76 |
| Binary | 10000100 | 10010001 | 10111010 | 11101 | 10110 | 0 | 11011 | 11100010 | 11100 | 111110 |
Color Harmonies of #8491BA
Complementary color
Monochromatic Colors of #8491BA
Black with #8491BA
Text Example
Text Example
White with #8491BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491BA; }
p { color: rgb(132,145,186); }
H1.HeaderClassName
{
color: #8491BA;
}
.AnyTagClassName
{
color: #8491BA;
}
</style>
background-color css
<style>
a { background-color: #8491BA; }
a { background-color: rgb(132,145,186); }
div.DivClassName
{
background-color: #8491BA;
}
.BgClassName
{
background-color: #8491BA;
}
</style>
border-color css
<style>
span { border-color: #8491BA; }
span { border-color: rgb(132,145,186); }
td.TdClassName
{
border-color: #8491BA;
}
.TagClassName
{
border-color: #8491BA;
}
</style>