Shades of Wild Blue Yonder #8688BC
Tints of Wild Blue Yonder #8688BC
RGB
CMYK
RGB Variations
Color information
#8688BC (or 0x8688BC) is known color: Wild Blue Yonder. HEX triplet: 86, 88 and BC. RGB value is (134,136,188). Sum of RGB (Red+Green+Blue) = 134+136+188=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #8688BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688BC is #797743. Grayscale: #8D8D8D. Windows color (decimal): -7960388 or 12355718. OLE color: 12355718.
HSL color Cylindrical-coordinate representation of color #8688BC: hue angle of 237.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8688BC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 136 | 188 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.26 |
| HSL | 237.78º | 0.29% | 0.63% | - |
| HSV(B) | 237.78º | 0.29% | 0.74% | - |
| XYZ | 27.71 | 26.31 | 51.19 | - |
| YUV | 141.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 188 | 0.29 | 0.28 | 0 | 0.26 | 237.78 | 0.29 | 0.63 |
| Hex | 86 | 88 | BC | 1D | 1C | 0 | 1A | EE | 1D | 3F |
| Octal | 206 | 210 | 274 | 35 | 34 | 0 | 32 | 356 | 35 | 77 |
| Binary | 10000110 | 10001000 | 10111100 | 11101 | 11100 | 0 | 11010 | 11101110 | 11101 | 111111 |
Color Harmonies of #8688BC
Complementary color
Monochromatic Colors of #8688BC
Black with #8688BC
Text Example
Text Example
White with #8688BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8688BC; }
p { color: rgb(134,136,188); }
H1.HeaderClassName
{
color: #8688BC;
}
.AnyTagClassName
{
color: #8688BC;
}
</style>
background-color css
<style>
a { background-color: #8688BC; }
a { background-color: rgb(134,136,188); }
div.DivClassName
{
background-color: #8688BC;
}
.BgClassName
{
background-color: #8688BC;
}
</style>
border-color css
<style>
span { border-color: #8688BC; }
span { border-color: rgb(134,136,188); }
td.TdClassName
{
border-color: #8688BC;
}
.TagClassName
{
border-color: #8688BC;
}
</style>