Shades of Wild Blue Yonder #8292BE
Tints of Wild Blue Yonder #8292BE
RGB
CMYK
RGB Variations
Color information
#8292BE (or 0x8292BE) is known color: Wild Blue Yonder. HEX triplet: 82, 92 and BE. RGB value is (130,146,190). Sum of RGB (Red+Green+Blue) = 130+146+190=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8292BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292BE is #7D6D41. Grayscale: #929292. Windows color (decimal): -8219970 or 12489346. OLE color: 12489346.
HSL color Cylindrical-coordinate representation of color #8292BE: hue angle of 224º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8292BE is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 146 | 190 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.25 |
| HSL | 224º | 0.32% | 0.63% | - |
| HSV(B) | 224º | 0.32% | 0.75% | - |
| XYZ | 28.78 | 29.02 | 52.8 | - |
| YUV | 146.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 190 | 0.32 | 0.23 | 0 | 0.25 | 224 | 0.32 | 0.63 |
| Hex | 82 | 92 | BE | 20 | 17 | 0 | 19 | E0 | 20 | 3F |
| Octal | 202 | 222 | 276 | 40 | 27 | 0 | 31 | 340 | 40 | 77 |
| Binary | 10000010 | 10010010 | 10111110 | 100000 | 10111 | 0 | 11001 | 11100000 | 100000 | 111111 |
Color Harmonies of #8292BE
Complementary color
Monochromatic Colors of #8292BE
Black with #8292BE
Text Example
Text Example
White with #8292BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292BE; }
p { color: rgb(130,146,190); }
H1.HeaderClassName
{
color: #8292BE;
}
.AnyTagClassName
{
color: #8292BE;
}
</style>
background-color css
<style>
a { background-color: #8292BE; }
a { background-color: rgb(130,146,190); }
div.DivClassName
{
background-color: #8292BE;
}
.BgClassName
{
background-color: #8292BE;
}
</style>
border-color css
<style>
span { border-color: #8292BE; }
span { border-color: rgb(130,146,190); }
td.TdClassName
{
border-color: #8292BE;
}
.TagClassName
{
border-color: #8292BE;
}
</style>