Shades of Wild Blue Yonder #8690BF
Tints of Wild Blue Yonder #8690BF
RGB
CMYK
RGB Variations
Color information
#8690BF (or 0x8690BF) is known color: Wild Blue Yonder. HEX triplet: 86, 90 and BF. RGB value is (134,144,191). Sum of RGB (Red+Green+Blue) = 134+144+191=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #8690BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690BF is #796F40. Grayscale: #929292. Windows color (decimal): -7958337 or 12554374. OLE color: 12554374.
HSL color Cylindrical-coordinate representation of color #8690BF: hue angle of 229.47º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8690BF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 144 | 191 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.25 |
| HSL | 229.47º | 0.31% | 0.64% | - |
| HSV(B) | 229.47º | 0.3% | 0.75% | - |
| XYZ | 29.21 | 28.78 | 53.31 | - |
| YUV | 146.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 191 | 0.30 | 0.25 | 0 | 0.25 | 229.47 | 0.31 | 0.64 |
| Hex | 86 | 90 | BF | 1E | 19 | 0 | 19 | E5 | 1F | 40 |
| Octal | 206 | 220 | 277 | 36 | 31 | 0 | 31 | 345 | 37 | 100 |
| Binary | 10000110 | 10010000 | 10111111 | 11110 | 11001 | 0 | 11001 | 11100101 | 11111 | 1000000 |
Color Harmonies of #8690BF
Complementary color
Monochromatic Colors of #8690BF
Black with #8690BF
Text Example
Text Example
White with #8690BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690BF; }
p { color: rgb(134,144,191); }
H1.HeaderClassName
{
color: #8690BF;
}
.AnyTagClassName
{
color: #8690BF;
}
</style>
background-color css
<style>
a { background-color: #8690BF; }
a { background-color: rgb(134,144,191); }
div.DivClassName
{
background-color: #8690BF;
}
.BgClassName
{
background-color: #8690BF;
}
</style>
border-color css
<style>
span { border-color: #8690BF; }
span { border-color: rgb(134,144,191); }
td.TdClassName
{
border-color: #8690BF;
}
.TagClassName
{
border-color: #8690BF;
}
</style>