Shades of Wild Blue Yonder #8794BF
Tints of Wild Blue Yonder #8794BF
RGB
CMYK
RGB Variations
Color information
#8794BF (or 0x8794BF) is known color: Wild Blue Yonder. HEX triplet: 87, 94 and BF. RGB value is (135,148,191). Sum of RGB (Red+Green+Blue) = 135+148+191=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8794BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794BF is #786B40. Grayscale: #949494. Windows color (decimal): -7891777 or 12555399. OLE color: 12555399.
HSL color Cylindrical-coordinate representation of color #8794BF: hue angle of 226.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8794BF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 148 | 191 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.25 |
| HSL | 226.07º | 0.3% | 0.64% | - |
| HSV(B) | 226.07º | 0.29% | 0.75% | - |
| XYZ | 29.99 | 30.09 | 53.52 | - |
| YUV | 149.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 191 | 0.29 | 0.23 | 0 | 0.25 | 226.07 | 0.3 | 0.64 |
| Hex | 87 | 94 | BF | 1D | 17 | 0 | 19 | E2 | 1E | 40 |
| Octal | 207 | 224 | 277 | 35 | 27 | 0 | 31 | 342 | 36 | 100 |
| Binary | 10000111 | 10010100 | 10111111 | 11101 | 10111 | 0 | 11001 | 11100010 | 11110 | 1000000 |
Color Harmonies of #8794BF
Complementary color
Monochromatic Colors of #8794BF
Black with #8794BF
Text Example
Text Example
White with #8794BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794BF; }
p { color: rgb(135,148,191); }
H1.HeaderClassName
{
color: #8794BF;
}
.AnyTagClassName
{
color: #8794BF;
}
</style>
background-color css
<style>
a { background-color: #8794BF; }
a { background-color: rgb(135,148,191); }
div.DivClassName
{
background-color: #8794BF;
}
.BgClassName
{
background-color: #8794BF;
}
</style>
border-color css
<style>
span { border-color: #8794BF; }
span { border-color: rgb(135,148,191); }
td.TdClassName
{
border-color: #8794BF;
}
.TagClassName
{
border-color: #8794BF;
}
</style>