Shades of Wild Blue Yonder #8689BE
Tints of Wild Blue Yonder #8689BE
RGB
CMYK
RGB Variations
Color information
#8689BE (or 0x8689BE) is known color: Wild Blue Yonder. HEX triplet: 86, 89 and BE. RGB value is (134,137,190). Sum of RGB (Red+Green+Blue) = 134+137+190=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8689BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689BE is #797641. Grayscale: #8D8D8D. Windows color (decimal): -7960130 or 12487046. OLE color: 12487046.
HSL color Cylindrical-coordinate representation of color #8689BE: hue angle of 236.79º 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 #8689BE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 137 | 190 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.25 |
| HSL | 236.79º | 0.3% | 0.64% | - |
| HSV(B) | 236.79º | 0.29% | 0.75% | - |
| XYZ | 28.07 | 26.68 | 52.38 | - |
| YUV | 142.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 190 | 0.29 | 0.28 | 0 | 0.25 | 236.79 | 0.3 | 0.64 |
| Hex | 86 | 89 | BE | 1D | 1C | 0 | 19 | ED | 1E | 40 |
| Octal | 206 | 211 | 276 | 35 | 34 | 0 | 31 | 355 | 36 | 100 |
| Binary | 10000110 | 10001001 | 10111110 | 11101 | 11100 | 0 | 11001 | 11101101 | 11110 | 1000000 |
Color Harmonies of #8689BE
Complementary color
Monochromatic Colors of #8689BE
Black with #8689BE
Text Example
Text Example
White with #8689BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689BE; }
p { color: rgb(134,137,190); }
H1.HeaderClassName
{
color: #8689BE;
}
.AnyTagClassName
{
color: #8689BE;
}
</style>
background-color css
<style>
a { background-color: #8689BE; }
a { background-color: rgb(134,137,190); }
div.DivClassName
{
background-color: #8689BE;
}
.BgClassName
{
background-color: #8689BE;
}
</style>
border-color css
<style>
span { border-color: #8689BE; }
span { border-color: rgb(134,137,190); }
td.TdClassName
{
border-color: #8689BE;
}
.TagClassName
{
border-color: #8689BE;
}
</style>