Shades of Wild Blue Yonder #8292B9
Tints of Wild Blue Yonder #8292B9
RGB
CMYK
RGB Variations
Color information
#8292B9 (or 0x8292B9) is known color: Wild Blue Yonder. HEX triplet: 82, 92 and B9. RGB value is (130,146,185). Sum of RGB (Red+Green+Blue) = 130+146+185=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #8292B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292B9 is #7D6D46. Grayscale: #919191. Windows color (decimal): -8219975 or 12161666. OLE color: 12161666.
HSL color Cylindrical-coordinate representation of color #8292B9: hue angle of 222.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8292B9 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 146 | 185 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.27 |
| HSL | 222.55º | 0.28% | 0.62% | - |
| HSV(B) | 222.55º | 0.3% | 0.73% | - |
| XYZ | 28.24 | 28.81 | 49.97 | - |
| YUV | 145.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 185 | 0.30 | 0.21 | 0 | 0.27 | 222.55 | 0.28 | 0.62 |
| Hex | 82 | 92 | B9 | 1E | 15 | 0 | 1B | DF | 1C | 3E |
| Octal | 202 | 222 | 271 | 36 | 25 | 0 | 33 | 337 | 34 | 76 |
| Binary | 10000010 | 10010010 | 10111001 | 11110 | 10101 | 0 | 11011 | 11011111 | 11100 | 111110 |
Color Harmonies of #8292B9
Complementary color
Monochromatic Colors of #8292B9
Black with #8292B9
Text Example
Text Example
White with #8292B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292B9; }
p { color: rgb(130,146,185); }
H1.HeaderClassName
{
color: #8292B9;
}
.AnyTagClassName
{
color: #8292B9;
}
</style>
background-color css
<style>
a { background-color: #8292B9; }
a { background-color: rgb(130,146,185); }
div.DivClassName
{
background-color: #8292B9;
}
.BgClassName
{
background-color: #8292B9;
}
</style>
border-color css
<style>
span { border-color: #8292B9; }
span { border-color: rgb(130,146,185); }
td.TdClassName
{
border-color: #8292B9;
}
.TagClassName
{
border-color: #8292B9;
}
</style>