Shades of Wild Blue Yonder #8689C0
Tints of Wild Blue Yonder #8689C0
RGB
CMYK
RGB Variations
Color information
#8689C0 (or 0x8689C0) is known color: Wild Blue Yonder. HEX triplet: 86, 89 and C0. RGB value is (134,137,192). Sum of RGB (Red+Green+Blue) = 134+137+192=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #8689C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689C0 is #79763F. Grayscale: #8E8E8E. Windows color (decimal): -7960128 or 12618118. OLE color: 12618118.
HSL color Cylindrical-coordinate representation of color #8689C0: hue angle of 236.9º degrees, saturation: 0.32, 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 #8689C0 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 137 | 192 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.25 |
| HSL | 236.9º | 0.32% | 0.64% | - |
| HSV(B) | 236.9º | 0.3% | 0.75% | - |
| XYZ | 28.29 | 26.77 | 53.54 | - |
| YUV | 142.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 192 | 0.30 | 0.29 | 0 | 0.25 | 236.9 | 0.32 | 0.64 |
| Hex | 86 | 89 | C0 | 1E | 1D | 0 | 19 | ED | 20 | 40 |
| Octal | 206 | 211 | 300 | 36 | 35 | 0 | 31 | 355 | 40 | 100 |
| Binary | 10000110 | 10001001 | 11000000 | 11110 | 11101 | 0 | 11001 | 11101101 | 100000 | 1000000 |
Color Harmonies of #8689C0
Complementary color
Monochromatic Colors of #8689C0
Black with #8689C0
Text Example
Text Example
White with #8689C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689C0; }
p { color: rgb(134,137,192); }
H1.HeaderClassName
{
color: #8689C0;
}
.AnyTagClassName
{
color: #8689C0;
}
</style>
background-color css
<style>
a { background-color: #8689C0; }
a { background-color: rgb(134,137,192); }
div.DivClassName
{
background-color: #8689C0;
}
.BgClassName
{
background-color: #8689C0;
}
</style>
border-color css
<style>
span { border-color: #8689C0; }
span { border-color: rgb(134,137,192); }
td.TdClassName
{
border-color: #8689C0;
}
.TagClassName
{
border-color: #8689C0;
}
</style>