Shades of Wild Blue Yonder #8294C0
Tints of Wild Blue Yonder #8294C0
RGB
CMYK
RGB Variations
Color information
#8294C0 (or 0x8294C0) is known color: Wild Blue Yonder. HEX triplet: 82, 94 and C0. RGB value is (130,148,192). Sum of RGB (Red+Green+Blue) = 130+148+192=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #8294C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294C0 is #7D6B3F. Grayscale: #939393. Windows color (decimal): -8219456 or 12620930. OLE color: 12620930.
HSL color Cylindrical-coordinate representation of color #8294C0: hue angle of 222.58º 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 #8294C0 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 148 | 192 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.25 |
| HSL | 222.58º | 0.33% | 0.63% | - |
| HSV(B) | 222.58º | 0.32% | 0.75% | - |
| XYZ | 29.31 | 29.73 | 54.06 | - |
| YUV | 147.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 192 | 0.32 | 0.23 | 0 | 0.25 | 222.58 | 0.33 | 0.63 |
| Hex | 82 | 94 | C0 | 20 | 17 | 0 | 19 | DF | 21 | 3F |
| Octal | 202 | 224 | 300 | 40 | 27 | 0 | 31 | 337 | 41 | 77 |
| Binary | 10000010 | 10010100 | 11000000 | 100000 | 10111 | 0 | 11001 | 11011111 | 100001 | 111111 |
Color Harmonies of #8294C0
Complementary color
Monochromatic Colors of #8294C0
Black with #8294C0
Text Example
Text Example
White with #8294C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294C0; }
p { color: rgb(130,148,192); }
H1.HeaderClassName
{
color: #8294C0;
}
.AnyTagClassName
{
color: #8294C0;
}
</style>
background-color css
<style>
a { background-color: #8294C0; }
a { background-color: rgb(130,148,192); }
div.DivClassName
{
background-color: #8294C0;
}
.BgClassName
{
background-color: #8294C0;
}
</style>
border-color css
<style>
span { border-color: #8294C0; }
span { border-color: rgb(130,148,192); }
td.TdClassName
{
border-color: #8294C0;
}
.TagClassName
{
border-color: #8294C0;
}
</style>