Shades of Wild Blue Yonder #8394C0
Tints of Wild Blue Yonder #8394C0
RGB
CMYK
RGB Variations
Color information
#8394C0 (or 0x8394C0) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and C0. RGB value is (131,148,192). Sum of RGB (Red+Green+Blue) = 131+148+192=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #8394C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394C0 is #7C6B3F. Grayscale: #939393. Windows color (decimal): -8153920 or 12620931. OLE color: 12620931.
HSL color Cylindrical-coordinate representation of color #8394C0: hue angle of 223.28º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8394C0 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 148 | 192 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.25 |
| HSL | 223.28º | 0.33% | 0.63% | - |
| HSV(B) | 223.28º | 0.32% | 0.75% | - |
| XYZ | 29.46 | 29.81 | 54.07 | - |
| YUV | 147.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 192 | 0.32 | 0.23 | 0 | 0.25 | 223.28 | 0.33 | 0.63 |
| Hex | 83 | 94 | C0 | 20 | 17 | 0 | 19 | DF | 21 | 3F |
| Octal | 203 | 224 | 300 | 40 | 27 | 0 | 31 | 337 | 41 | 77 |
| Binary | 10000011 | 10010100 | 11000000 | 100000 | 10111 | 0 | 11001 | 11011111 | 100001 | 111111 |
Color Harmonies of #8394C0
Complementary color
Monochromatic Colors of #8394C0
Black with #8394C0
Text Example
Text Example
White with #8394C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394C0; }
p { color: rgb(131,148,192); }
H1.HeaderClassName
{
color: #8394C0;
}
.AnyTagClassName
{
color: #8394C0;
}
</style>
background-color css
<style>
a { background-color: #8394C0; }
a { background-color: rgb(131,148,192); }
div.DivClassName
{
background-color: #8394C0;
}
.BgClassName
{
background-color: #8394C0;
}
</style>
border-color css
<style>
span { border-color: #8394C0; }
span { border-color: rgb(131,148,192); }
td.TdClassName
{
border-color: #8394C0;
}
.TagClassName
{
border-color: #8394C0;
}
</style>