Shades of Wild Blue Yonder #8296BE
Tints of Wild Blue Yonder #8296BE
RGB
CMYK
RGB Variations
Color information
#8296BE (or 0x8296BE) is known color: Wild Blue Yonder. HEX triplet: 82, 96 and BE. RGB value is (130,150,190). Sum of RGB (Red+Green+Blue) = 130+150+190=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8296BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296BE is #7D6941. Grayscale: #949494. Windows color (decimal): -8218946 or 12490370. OLE color: 12490370.
HSL color Cylindrical-coordinate representation of color #8296BE: hue angle of 220º 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 #8296BE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 150 | 190 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.25 |
| HSL | 220º | 0.32% | 0.63% | - |
| HSV(B) | 220º | 0.32% | 0.75% | - |
| XYZ | 29.41 | 30.28 | 53.01 | - |
| YUV | 148.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 190 | 0.32 | 0.21 | 0 | 0.25 | 220 | 0.32 | 0.63 |
| Hex | 82 | 96 | BE | 20 | 15 | 0 | 19 | DC | 20 | 3F |
| Octal | 202 | 226 | 276 | 40 | 25 | 0 | 31 | 334 | 40 | 77 |
| Binary | 10000010 | 10010110 | 10111110 | 100000 | 10101 | 0 | 11001 | 11011100 | 100000 | 111111 |
Color Harmonies of #8296BE
Complementary color
Monochromatic Colors of #8296BE
Black with #8296BE
Text Example
Text Example
White with #8296BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296BE; }
p { color: rgb(130,150,190); }
H1.HeaderClassName
{
color: #8296BE;
}
.AnyTagClassName
{
color: #8296BE;
}
</style>
background-color css
<style>
a { background-color: #8296BE; }
a { background-color: rgb(130,150,190); }
div.DivClassName
{
background-color: #8296BE;
}
.BgClassName
{
background-color: #8296BE;
}
</style>
border-color css
<style>
span { border-color: #8296BE; }
span { border-color: rgb(130,150,190); }
td.TdClassName
{
border-color: #8296BE;
}
.TagClassName
{
border-color: #8296BE;
}
</style>