Shades of Wild Blue Yonder #8394B9
Tints of Wild Blue Yonder #8394B9
RGB
CMYK
RGB Variations
Color information
#8394B9 (or 0x8394B9) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and B9. RGB value is (131,148,185). Sum of RGB (Red+Green+Blue) = 131+148+185=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #8394B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394B9 is #7C6B46. Grayscale: #929292. Windows color (decimal): -8153927 or 12162179. OLE color: 12162179.
HSL color Cylindrical-coordinate representation of color #8394B9: hue angle of 221.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8394B9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 148 | 185 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.27 |
| HSL | 221.11º | 0.28% | 0.62% | - |
| HSV(B) | 221.11º | 0.29% | 0.73% | - |
| XYZ | 28.71 | 29.51 | 50.08 | - |
| YUV | 147.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 185 | 0.29 | 0.20 | 0 | 0.27 | 221.11 | 0.28 | 0.62 |
| Hex | 83 | 94 | B9 | 1D | 14 | 0 | 1B | DD | 1C | 3E |
| Octal | 203 | 224 | 271 | 35 | 24 | 0 | 33 | 335 | 34 | 76 |
| Binary | 10000011 | 10010100 | 10111001 | 11101 | 10100 | 0 | 11011 | 11011101 | 11100 | 111110 |
Color Harmonies of #8394B9
Complementary color
Monochromatic Colors of #8394B9
Black with #8394B9
Text Example
Text Example
White with #8394B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394B9; }
p { color: rgb(131,148,185); }
H1.HeaderClassName
{
color: #8394B9;
}
.AnyTagClassName
{
color: #8394B9;
}
</style>
background-color css
<style>
a { background-color: #8394B9; }
a { background-color: rgb(131,148,185); }
div.DivClassName
{
background-color: #8394B9;
}
.BgClassName
{
background-color: #8394B9;
}
</style>
border-color css
<style>
span { border-color: #8394B9; }
span { border-color: rgb(131,148,185); }
td.TdClassName
{
border-color: #8394B9;
}
.TagClassName
{
border-color: #8394B9;
}
</style>