Shades of Wild Blue Yonder #8492BE
Tints of Wild Blue Yonder #8492BE
RGB
CMYK
RGB Variations
Color information
#8492BE (or 0x8492BE) is known color: Wild Blue Yonder. HEX triplet: 84, 92 and BE. RGB value is (132,146,190). Sum of RGB (Red+Green+Blue) = 132+146+190=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8492BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492BE is #7B6D41. Grayscale: #929292. Windows color (decimal): -8088898 or 12489348. OLE color: 12489348.
HSL color Cylindrical-coordinate representation of color #8492BE: hue angle of 225.52º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8492BE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 146 | 190 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.25 |
| HSL | 225.52º | 0.31% | 0.63% | - |
| HSV(B) | 225.52º | 0.31% | 0.75% | - |
| XYZ | 29.09 | 29.18 | 52.81 | - |
| YUV | 146.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 190 | 0.31 | 0.23 | 0 | 0.25 | 225.52 | 0.31 | 0.63 |
| Hex | 84 | 92 | BE | 1F | 17 | 0 | 19 | E2 | 1F | 3F |
| Octal | 204 | 222 | 276 | 37 | 27 | 0 | 31 | 342 | 37 | 77 |
| Binary | 10000100 | 10010010 | 10111110 | 11111 | 10111 | 0 | 11001 | 11100010 | 11111 | 111111 |
Color Harmonies of #8492BE
Complementary color
Monochromatic Colors of #8492BE
Black with #8492BE
Text Example
Text Example
White with #8492BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8492BE; }
p { color: rgb(132,146,190); }
H1.HeaderClassName
{
color: #8492BE;
}
.AnyTagClassName
{
color: #8492BE;
}
</style>
background-color css
<style>
a { background-color: #8492BE; }
a { background-color: rgb(132,146,190); }
div.DivClassName
{
background-color: #8492BE;
}
.BgClassName
{
background-color: #8492BE;
}
</style>
border-color css
<style>
span { border-color: #8492BE; }
span { border-color: rgb(132,146,190); }
td.TdClassName
{
border-color: #8492BE;
}
.TagClassName
{
border-color: #8492BE;
}
</style>