Shades of Wild Blue Yonder #8394BA
Tints of Wild Blue Yonder #8394BA
RGB
CMYK
RGB Variations
Color information
#8394BA (or 0x8394BA) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and BA. RGB value is (131,148,186). Sum of RGB (Red+Green+Blue) = 131+148+186=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8394BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394BA is #7C6B45. Grayscale: #939393. Windows color (decimal): -8153926 or 12227715. OLE color: 12227715.
HSL color Cylindrical-coordinate representation of color #8394BA: hue angle of 221.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8394BA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 148 | 186 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.27 |
| HSL | 221.45º | 0.28% | 0.62% | - |
| HSV(B) | 221.45º | 0.3% | 0.73% | - |
| XYZ | 28.81 | 29.55 | 50.64 | - |
| YUV | 147.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 186 | 0.30 | 0.20 | 0 | 0.27 | 221.45 | 0.28 | 0.62 |
| Hex | 83 | 94 | BA | 1E | 14 | 0 | 1B | DD | 1C | 3E |
| Octal | 203 | 224 | 272 | 36 | 24 | 0 | 33 | 335 | 34 | 76 |
| Binary | 10000011 | 10010100 | 10111010 | 11110 | 10100 | 0 | 11011 | 11011101 | 11100 | 111110 |
Color Harmonies of #8394BA
Complementary color
Monochromatic Colors of #8394BA
Black with #8394BA
Text Example
Text Example
White with #8394BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394BA; }
p { color: rgb(131,148,186); }
H1.HeaderClassName
{
color: #8394BA;
}
.AnyTagClassName
{
color: #8394BA;
}
</style>
background-color css
<style>
a { background-color: #8394BA; }
a { background-color: rgb(131,148,186); }
div.DivClassName
{
background-color: #8394BA;
}
.BgClassName
{
background-color: #8394BA;
}
</style>
border-color css
<style>
span { border-color: #8394BA; }
span { border-color: rgb(131,148,186); }
td.TdClassName
{
border-color: #8394BA;
}
.TagClassName
{
border-color: #8394BA;
}
</style>