Shades of Wild Blue Yonder #8394B6
Tints of Wild Blue Yonder #8394B6
RGB
CMYK
RGB Variations
Color information
#8394B6 (or 0x8394B6) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and B6. RGB value is (131,148,182). Sum of RGB (Red+Green+Blue) = 131+148+182=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #8394B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394B6 is #7C6B49. Grayscale: #929292. Windows color (decimal): -8153930 or 11965571. OLE color: 11965571.
HSL color Cylindrical-coordinate representation of color #8394B6: hue angle of 220º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8394B6 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 148 | 182 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.29 |
| HSL | 220º | 0.26% | 0.61% | - |
| HSV(B) | 220º | 0.28% | 0.71% | - |
| XYZ | 28.39 | 29.38 | 48.43 | - |
| YUV | 146.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 182 | 0.28 | 0.19 | 0 | 0.29 | 220 | 0.26 | 0.61 |
| Hex | 83 | 94 | B6 | 1C | 13 | 0 | 1D | DC | 1A | 3D |
| Octal | 203 | 224 | 266 | 34 | 23 | 0 | 35 | 334 | 32 | 75 |
| Binary | 10000011 | 10010100 | 10110110 | 11100 | 10011 | 0 | 11101 | 11011100 | 11010 | 111101 |
Color Harmonies of #8394B6
Complementary color
Monochromatic Colors of #8394B6
Black with #8394B6
Text Example
Text Example
White with #8394B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394B6; }
p { color: rgb(131,148,182); }
H1.HeaderClassName
{
color: #8394B6;
}
.AnyTagClassName
{
color: #8394B6;
}
</style>
background-color css
<style>
a { background-color: #8394B6; }
a { background-color: rgb(131,148,182); }
div.DivClassName
{
background-color: #8394B6;
}
.BgClassName
{
background-color: #8394B6;
}
</style>
border-color css
<style>
span { border-color: #8394B6; }
span { border-color: rgb(131,148,182); }
td.TdClassName
{
border-color: #8394B6;
}
.TagClassName
{
border-color: #8394B6;
}
</style>