Shades of Wild Blue Yonder #8294BD
Tints of Wild Blue Yonder #8294BD
RGB
CMYK
RGB Variations
Color information
#8294BD (or 0x8294BD) is known color: Wild Blue Yonder. HEX triplet: 82, 94 and BD. RGB value is (130,148,189). Sum of RGB (Red+Green+Blue) = 130+148+189=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8294BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294BD is #7D6B42. Grayscale: #939393. Windows color (decimal): -8219459 or 12424322. OLE color: 12424322.
HSL color Cylindrical-coordinate representation of color #8294BD: hue angle of 221.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8294BD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 148 | 189 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.26 |
| HSL | 221.69º | 0.31% | 0.63% | - |
| HSV(B) | 221.69º | 0.31% | 0.74% | - |
| XYZ | 28.98 | 29.6 | 52.33 | - |
| YUV | 147.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 189 | 0.31 | 0.22 | 0 | 0.26 | 221.69 | 0.31 | 0.63 |
| Hex | 82 | 94 | BD | 1F | 16 | 0 | 1A | DE | 1F | 3F |
| Octal | 202 | 224 | 275 | 37 | 26 | 0 | 32 | 336 | 37 | 77 |
| Binary | 10000010 | 10010100 | 10111101 | 11111 | 10110 | 0 | 11010 | 11011110 | 11111 | 111111 |
Color Harmonies of #8294BD
Complementary color
Monochromatic Colors of #8294BD
Black with #8294BD
Text Example
Text Example
White with #8294BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294BD; }
p { color: rgb(130,148,189); }
H1.HeaderClassName
{
color: #8294BD;
}
.AnyTagClassName
{
color: #8294BD;
}
</style>
background-color css
<style>
a { background-color: #8294BD; }
a { background-color: rgb(130,148,189); }
div.DivClassName
{
background-color: #8294BD;
}
.BgClassName
{
background-color: #8294BD;
}
</style>
border-color css
<style>
span { border-color: #8294BD; }
span { border-color: rgb(130,148,189); }
td.TdClassName
{
border-color: #8294BD;
}
.TagClassName
{
border-color: #8294BD;
}
</style>