Shades of Wild Blue Yonder #8492BD
Tints of Wild Blue Yonder #8492BD
RGB
CMYK
RGB Variations
Color information
#8492BD (or 0x8492BD) is known color: Wild Blue Yonder. HEX triplet: 84, 92 and BD. RGB value is (132,146,189). Sum of RGB (Red+Green+Blue) = 132+146+189=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8492BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492BD is #7B6D42. Grayscale: #929292. Windows color (decimal): -8088899 or 12423812. OLE color: 12423812.
HSL color Cylindrical-coordinate representation of color #8492BD: hue angle of 225.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8492BD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 146 | 189 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.26 |
| HSL | 225.26º | 0.3% | 0.63% | - |
| HSV(B) | 225.26º | 0.3% | 0.74% | - |
| XYZ | 28.98 | 29.14 | 52.24 | - |
| YUV | 146.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 189 | 0.30 | 0.23 | 0 | 0.26 | 225.26 | 0.3 | 0.63 |
| Hex | 84 | 92 | BD | 1E | 17 | 0 | 1A | E1 | 1E | 3F |
| Octal | 204 | 222 | 275 | 36 | 27 | 0 | 32 | 341 | 36 | 77 |
| Binary | 10000100 | 10010010 | 10111101 | 11110 | 10111 | 0 | 11010 | 11100001 | 11110 | 111111 |
Color Harmonies of #8492BD
Complementary color
Monochromatic Colors of #8492BD
Black with #8492BD
Text Example
Text Example
White with #8492BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492BD; }
p { color: rgb(132,146,189); }
H1.HeaderClassName
{
color: #8492BD;
}
.AnyTagClassName
{
color: #8492BD;
}
</style>
background-color css
<style>
a { background-color: #8492BD; }
a { background-color: rgb(132,146,189); }
div.DivClassName
{
background-color: #8492BD;
}
.BgClassName
{
background-color: #8492BD;
}
</style>
border-color css
<style>
span { border-color: #8492BD; }
span { border-color: rgb(132,146,189); }
td.TdClassName
{
border-color: #8492BD;
}
.TagClassName
{
border-color: #8492BD;
}
</style>