Shades of Wild Blue Yonder #8794BA
Tints of Wild Blue Yonder #8794BA
RGB
CMYK
RGB Variations
Color information
#8794BA (or 0x8794BA) is known color: Wild Blue Yonder. HEX triplet: 87, 94 and BA. RGB value is (135,148,186). Sum of RGB (Red+Green+Blue) = 135+148+186=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #8794BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794BA is #786B45. Grayscale: #949494. Windows color (decimal): -7891782 or 12227719. OLE color: 12227719.
HSL color Cylindrical-coordinate representation of color #8794BA: hue angle of 224.71º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8794BA is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 148 | 186 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.27 |
| HSL | 224.71º | 0.27% | 0.63% | - |
| HSV(B) | 224.71º | 0.27% | 0.73% | - |
| XYZ | 29.44 | 29.88 | 50.67 | - |
| YUV | 148.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 186 | 0.27 | 0.20 | 0 | 0.27 | 224.71 | 0.27 | 0.63 |
| Hex | 87 | 94 | BA | 1B | 14 | 0 | 1B | E1 | 1B | 3F |
| Octal | 207 | 224 | 272 | 33 | 24 | 0 | 33 | 341 | 33 | 77 |
| Binary | 10000111 | 10010100 | 10111010 | 11011 | 10100 | 0 | 11011 | 11100001 | 11011 | 111111 |
Color Harmonies of #8794BA
Complementary color
Monochromatic Colors of #8794BA
Black with #8794BA
Text Example
Text Example
White with #8794BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794BA; }
p { color: rgb(135,148,186); }
H1.HeaderClassName
{
color: #8794BA;
}
.AnyTagClassName
{
color: #8794BA;
}
</style>
background-color css
<style>
a { background-color: #8794BA; }
a { background-color: rgb(135,148,186); }
div.DivClassName
{
background-color: #8794BA;
}
.BgClassName
{
background-color: #8794BA;
}
</style>
border-color css
<style>
span { border-color: #8794BA; }
span { border-color: rgb(135,148,186); }
td.TdClassName
{
border-color: #8794BA;
}
.TagClassName
{
border-color: #8794BA;
}
</style>