Shades of Wild Blue Yonder #8394BC
Tints of Wild Blue Yonder #8394BC
RGB
CMYK
RGB Variations
Color information
#8394BC (or 0x8394BC) is known color: Wild Blue Yonder. HEX triplet: 83, 94 and BC. RGB value is (131,148,188). Sum of RGB (Red+Green+Blue) = 131+148+188=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #8394BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394BC is #7C6B43. Grayscale: #939393. Windows color (decimal): -8153924 or 12358787. OLE color: 12358787.
HSL color Cylindrical-coordinate representation of color #8394BC: hue angle of 222.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8394BC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 148 | 188 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.26 |
| HSL | 222.11º | 0.3% | 0.63% | - |
| HSV(B) | 222.11º | 0.3% | 0.74% | - |
| XYZ | 29.03 | 29.64 | 51.77 | - |
| YUV | 147.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 188 | 0.30 | 0.21 | 0 | 0.26 | 222.11 | 0.3 | 0.63 |
| Hex | 83 | 94 | BC | 1E | 15 | 0 | 1A | DE | 1E | 3F |
| Octal | 203 | 224 | 274 | 36 | 25 | 0 | 32 | 336 | 36 | 77 |
| Binary | 10000011 | 10010100 | 10111100 | 11110 | 10101 | 0 | 11010 | 11011110 | 11110 | 111111 |
Color Harmonies of #8394BC
Complementary color
Monochromatic Colors of #8394BC
Black with #8394BC
Text Example
Text Example
White with #8394BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8394BC; }
p { color: rgb(131,148,188); }
H1.HeaderClassName
{
color: #8394BC;
}
.AnyTagClassName
{
color: #8394BC;
}
</style>
background-color css
<style>
a { background-color: #8394BC; }
a { background-color: rgb(131,148,188); }
div.DivClassName
{
background-color: #8394BC;
}
.BgClassName
{
background-color: #8394BC;
}
</style>
border-color css
<style>
span { border-color: #8394BC; }
span { border-color: rgb(131,148,188); }
td.TdClassName
{
border-color: #8394BC;
}
.TagClassName
{
border-color: #8394BC;
}
</style>