Shades of Wild Blue Yonder #8292C0
Tints of Wild Blue Yonder #8292C0
RGB
CMYK
RGB Variations
Color information
#8292C0 (or 0x8292C0) is known color: Wild Blue Yonder. HEX triplet: 82, 92 and C0. RGB value is (130,146,192). Sum of RGB (Red+Green+Blue) = 130+146+192=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #8292C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292C0 is #7D6D3F. Grayscale: #929292. Windows color (decimal): -8219968 or 12620418. OLE color: 12620418.
HSL color Cylindrical-coordinate representation of color #8292C0: hue angle of 224.52º 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 #8292C0 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 146 | 192 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.25 |
| HSL | 224.52º | 0.33% | 0.63% | - |
| HSV(B) | 224.52º | 0.32% | 0.75% | - |
| XYZ | 29 | 29.11 | 53.96 | - |
| YUV | 146.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 192 | 0.32 | 0.24 | 0 | 0.25 | 224.52 | 0.33 | 0.63 |
| Hex | 82 | 92 | C0 | 20 | 18 | 0 | 19 | E1 | 21 | 3F |
| Octal | 202 | 222 | 300 | 40 | 30 | 0 | 31 | 341 | 41 | 77 |
| Binary | 10000010 | 10010010 | 11000000 | 100000 | 11000 | 0 | 11001 | 11100001 | 100001 | 111111 |
Color Harmonies of #8292C0
Complementary color
Monochromatic Colors of #8292C0
Black with #8292C0
Text Example
Text Example
White with #8292C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292C0; }
p { color: rgb(130,146,192); }
H1.HeaderClassName
{
color: #8292C0;
}
.AnyTagClassName
{
color: #8292C0;
}
</style>
background-color css
<style>
a { background-color: #8292C0; }
a { background-color: rgb(130,146,192); }
div.DivClassName
{
background-color: #8292C0;
}
.BgClassName
{
background-color: #8292C0;
}
</style>
border-color css
<style>
span { border-color: #8292C0; }
span { border-color: rgb(130,146,192); }
td.TdClassName
{
border-color: #8292C0;
}
.TagClassName
{
border-color: #8292C0;
}
</style>