Shades of Wild Blue Yonder #8294BC
Tints of Wild Blue Yonder #8294BC
RGB
CMYK
RGB Variations
Color information
#8294BC (or 0x8294BC) is known color: Wild Blue Yonder. HEX triplet: 82, 94 and BC. RGB value is (130,148,188). Sum of RGB (Red+Green+Blue) = 130+148+188=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #8294BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294BC is #7D6B43. Grayscale: #939393. Windows color (decimal): -8219460 or 12358786. OLE color: 12358786.
HSL color Cylindrical-coordinate representation of color #8294BC: hue angle of 221.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8294BC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 148 | 188 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.26 |
| HSL | 221.38º | 0.3% | 0.62% | - |
| HSV(B) | 221.38º | 0.31% | 0.74% | - |
| XYZ | 28.87 | 29.56 | 51.76 | - |
| YUV | 147.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 188 | 0.31 | 0.21 | 0 | 0.26 | 221.38 | 0.3 | 0.62 |
| Hex | 82 | 94 | BC | 1F | 15 | 0 | 1A | DD | 1E | 3E |
| Octal | 202 | 224 | 274 | 37 | 25 | 0 | 32 | 335 | 36 | 76 |
| Binary | 10000010 | 10010100 | 10111100 | 11111 | 10101 | 0 | 11010 | 11011101 | 11110 | 111110 |
Color Harmonies of #8294BC
Complementary color
Monochromatic Colors of #8294BC
Black with #8294BC
Text Example
Text Example
White with #8294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294BC; }
p { color: rgb(130,148,188); }
H1.HeaderClassName
{
color: #8294BC;
}
.AnyTagClassName
{
color: #8294BC;
}
</style>
background-color css
<style>
a { background-color: #8294BC; }
a { background-color: rgb(130,148,188); }
div.DivClassName
{
background-color: #8294BC;
}
.BgClassName
{
background-color: #8294BC;
}
</style>
border-color css
<style>
span { border-color: #8294BC; }
span { border-color: rgb(130,148,188); }
td.TdClassName
{
border-color: #8294BC;
}
.TagClassName
{
border-color: #8294BC;
}
</style>