Shades of Wild Blue Yonder #8394BB
Tints of Wild Blue Yonder #8394BB
RGB
CMYK
RGB Variations
Color information
#8394BB (or 0x8394BB) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and BB. RGB value is (131,148,187). Sum of RGB (Red+Green+Blue) = 131+148+187=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8394BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394BB is #7C6B44. Grayscale: #939393. Windows color (decimal): -8153925 or 12293251. OLE color: 12293251.
HSL color Cylindrical-coordinate representation of color #8394BB: hue angle of 221.79º degrees, saturation: 0.29, 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 #8394BB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 148 | 187 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.27 |
| HSL | 221.79º | 0.29% | 0.62% | - |
| HSV(B) | 221.79º | 0.3% | 0.73% | - |
| XYZ | 28.92 | 29.59 | 51.2 | - |
| YUV | 147.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 187 | 0.30 | 0.21 | 0 | 0.27 | 221.79 | 0.29 | 0.62 |
| Hex | 83 | 94 | BB | 1E | 15 | 0 | 1B | DE | 1D | 3E |
| Octal | 203 | 224 | 273 | 36 | 25 | 0 | 33 | 336 | 35 | 76 |
| Binary | 10000011 | 10010100 | 10111011 | 11110 | 10101 | 0 | 11011 | 11011110 | 11101 | 111110 |
Color Harmonies of #8394BB
Complementary color
Monochromatic Colors of #8394BB
Black with #8394BB
Text Example
Text Example
White with #8394BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394BB; }
p { color: rgb(131,148,187); }
H1.HeaderClassName
{
color: #8394BB;
}
.AnyTagClassName
{
color: #8394BB;
}
</style>
background-color css
<style>
a { background-color: #8394BB; }
a { background-color: rgb(131,148,187); }
div.DivClassName
{
background-color: #8394BB;
}
.BgClassName
{
background-color: #8394BB;
}
</style>
border-color css
<style>
span { border-color: #8394BB; }
span { border-color: rgb(131,148,187); }
td.TdClassName
{
border-color: #8394BB;
}
.TagClassName
{
border-color: #8394BB;
}
</style>