Shades of Wild Blue Yonder #8292BD
Tints of Wild Blue Yonder #8292BD
RGB
CMYK
RGB Variations
Color information
#8292BD (or 0x8292BD) is known color: Wild Blue Yonder. HEX triplet: 82, 92 and BD. RGB value is (130,146,189). Sum of RGB (Red+Green+Blue) = 130+146+189=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #8292BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292BD is #7D6D42. Grayscale: #919191. Windows color (decimal): -8219971 or 12423810. OLE color: 12423810.
HSL color Cylindrical-coordinate representation of color #8292BD: hue angle of 223.73º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8292BD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 146 | 189 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.26 |
| HSL | 223.73º | 0.31% | 0.63% | - |
| HSV(B) | 223.73º | 0.31% | 0.74% | - |
| XYZ | 28.67 | 28.98 | 52.23 | - |
| YUV | 146.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 189 | 0.31 | 0.23 | 0 | 0.26 | 223.73 | 0.31 | 0.63 |
| Hex | 82 | 92 | BD | 1F | 17 | 0 | 1A | E0 | 1F | 3F |
| Octal | 202 | 222 | 275 | 37 | 27 | 0 | 32 | 340 | 37 | 77 |
| Binary | 10000010 | 10010010 | 10111101 | 11111 | 10111 | 0 | 11010 | 11100000 | 11111 | 111111 |
Color Harmonies of #8292BD
Complementary color
Monochromatic Colors of #8292BD
Black with #8292BD
Text Example
Text Example
White with #8292BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292BD; }
p { color: rgb(130,146,189); }
H1.HeaderClassName
{
color: #8292BD;
}
.AnyTagClassName
{
color: #8292BD;
}
</style>
background-color css
<style>
a { background-color: #8292BD; }
a { background-color: rgb(130,146,189); }
div.DivClassName
{
background-color: #8292BD;
}
.BgClassName
{
background-color: #8292BD;
}
</style>
border-color css
<style>
span { border-color: #8292BD; }
span { border-color: rgb(130,146,189); }
td.TdClassName
{
border-color: #8292BD;
}
.TagClassName
{
border-color: #8292BD;
}
</style>