Shades of Wild Blue Yonder #8296C0
Tints of Wild Blue Yonder #8296C0
RGB
CMYK
RGB Variations
Color information
#8296C0 (or 0x8296C0) is known color: Wild Blue Yonder. HEX triplet: 82, 96 and C0. RGB value is (130,150,192). Sum of RGB (Red+Green+Blue) = 130+150+192=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #8296C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296C0 is #7D693F. Grayscale: #949494. Windows color (decimal): -8218944 or 12621442. OLE color: 12621442.
HSL color Cylindrical-coordinate representation of color #8296C0: hue angle of 220.65º degrees, saturation: 0.33, 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 #8296C0 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 150 | 192 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.25 |
| HSL | 220.65º | 0.33% | 0.63% | - |
| HSV(B) | 220.65º | 0.32% | 0.75% | - |
| XYZ | 29.63 | 30.36 | 54.17 | - |
| YUV | 148.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 192 | 0.32 | 0.22 | 0 | 0.25 | 220.65 | 0.33 | 0.63 |
| Hex | 82 | 96 | C0 | 20 | 16 | 0 | 19 | DD | 21 | 3F |
| Octal | 202 | 226 | 300 | 40 | 26 | 0 | 31 | 335 | 41 | 77 |
| Binary | 10000010 | 10010110 | 11000000 | 100000 | 10110 | 0 | 11001 | 11011101 | 100001 | 111111 |
Color Harmonies of #8296C0
Complementary color
Monochromatic Colors of #8296C0
Black with #8296C0
Text Example
Text Example
White with #8296C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296C0; }
p { color: rgb(130,150,192); }
H1.HeaderClassName
{
color: #8296C0;
}
.AnyTagClassName
{
color: #8296C0;
}
</style>
background-color css
<style>
a { background-color: #8296C0; }
a { background-color: rgb(130,150,192); }
div.DivClassName
{
background-color: #8296C0;
}
.BgClassName
{
background-color: #8296C0;
}
</style>
border-color css
<style>
span { border-color: #8296C0; }
span { border-color: rgb(130,150,192); }
td.TdClassName
{
border-color: #8296C0;
}
.TagClassName
{
border-color: #8296C0;
}
</style>