Shades of Wild Blue Yonder #8492BA
Tints of Wild Blue Yonder #8492BA
RGB
CMYK
RGB Variations
Color information
#8492BA (or 0x8492BA) is known color: Wild Blue Yonder. HEX triplet: 84, 92 and BA. RGB value is (132,146,186). Sum of RGB (Red+Green+Blue) = 132+146+186=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8492BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492BA is #7B6D45. Grayscale: #929292. Windows color (decimal): -8088902 or 12227204. OLE color: 12227204.
HSL color Cylindrical-coordinate representation of color #8492BA: hue angle of 224.44º 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 #8492BA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 146 | 186 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.27 |
| HSL | 224.44º | 0.28% | 0.62% | - |
| HSV(B) | 224.44º | 0.29% | 0.73% | - |
| XYZ | 28.66 | 29.01 | 50.54 | - |
| YUV | 146.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 186 | 0.29 | 0.22 | 0 | 0.27 | 224.44 | 0.28 | 0.62 |
| Hex | 84 | 92 | BA | 1D | 16 | 0 | 1B | E0 | 1C | 3E |
| Octal | 204 | 222 | 272 | 35 | 26 | 0 | 33 | 340 | 34 | 76 |
| Binary | 10000100 | 10010010 | 10111010 | 11101 | 10110 | 0 | 11011 | 11100000 | 11100 | 111110 |
Color Harmonies of #8492BA
Complementary color
Monochromatic Colors of #8492BA
Black with #8492BA
Text Example
Text Example
White with #8492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492BA; }
p { color: rgb(132,146,186); }
H1.HeaderClassName
{
color: #8492BA;
}
.AnyTagClassName
{
color: #8492BA;
}
</style>
background-color css
<style>
a { background-color: #8492BA; }
a { background-color: rgb(132,146,186); }
div.DivClassName
{
background-color: #8492BA;
}
.BgClassName
{
background-color: #8492BA;
}
</style>
border-color css
<style>
span { border-color: #8492BA; }
span { border-color: rgb(132,146,186); }
td.TdClassName
{
border-color: #8492BA;
}
.TagClassName
{
border-color: #8492BA;
}
</style>