Shades of Wild Blue Yonder #8295BA
Tints of Wild Blue Yonder #8295BA
RGB
CMYK
RGB Variations
Color information
#8295BA (or 0x8295BA) is known color: Wild Blue Yonder. HEX triplet: 82, 95 and BA. RGB value is (130,149,186). Sum of RGB (Red+Green+Blue) = 130+149+186=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8295BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295BA is #7D6A45. Grayscale: #939393. Windows color (decimal): -8219206 or 12227970. OLE color: 12227970.
HSL color Cylindrical-coordinate representation of color #8295BA: hue angle of 219.64º degrees, saturation: 0.29, 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 #8295BA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 149 | 186 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.27 |
| HSL | 219.64º | 0.29% | 0.62% | - |
| HSV(B) | 219.64º | 0.3% | 0.73% | - |
| XYZ | 28.82 | 29.79 | 50.68 | - |
| YUV | 147.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 186 | 0.30 | 0.20 | 0 | 0.27 | 219.64 | 0.29 | 0.62 |
| Hex | 82 | 95 | BA | 1E | 14 | 0 | 1B | DC | 1D | 3E |
| Octal | 202 | 225 | 272 | 36 | 24 | 0 | 33 | 334 | 35 | 76 |
| Binary | 10000010 | 10010101 | 10111010 | 11110 | 10100 | 0 | 11011 | 11011100 | 11101 | 111110 |
Color Harmonies of #8295BA
Complementary color
Monochromatic Colors of #8295BA
Black with #8295BA
Text Example
Text Example
White with #8295BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295BA; }
p { color: rgb(130,149,186); }
H1.HeaderClassName
{
color: #8295BA;
}
.AnyTagClassName
{
color: #8295BA;
}
</style>
background-color css
<style>
a { background-color: #8295BA; }
a { background-color: rgb(130,149,186); }
div.DivClassName
{
background-color: #8295BA;
}
.BgClassName
{
background-color: #8295BA;
}
</style>
border-color css
<style>
span { border-color: #8295BA; }
span { border-color: rgb(130,149,186); }
td.TdClassName
{
border-color: #8295BA;
}
.TagClassName
{
border-color: #8295BA;
}
</style>