#8686cc color RGB value is (8, 104, 108).
#8686cc hex color red value is 8, green value is 104, and blue value is 108.
Cylindrical-coordinate representations (HSL) of color #8686cc
hue: 182.4,
saturation: 0.86 and lightness: 0.23.
The process color (four-color CMYK) of #8686cc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8686cc is #ff9999. Color #8686cc contains mainly RED.
| Color spaces of #8686cc | Value |
|---|---|
| RGB | 134, 134, 204 |
| HSL | 0.67, 0.41, 0.66 |
| HSV | 240°, 34°, 80° |
| XYZ | 29.25, 26.48, 60.68 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000110 | 10000110 | 11001100 |
| Octal | 206 | 206 | 314 |
| Decimal | 134 | 134 | 204 |
| Hex | 86 | 86 | CC |
Shades of #8686cc
Tints of #8686cc
.mybgColor {background-color: #8686cc;}
.myforeColor {color: #8686cc;}
.myborderColor {border:3px solid #8686cc;}
<p style="color:#8686cc">Text here</p>
This sample text is styled with the font color #8686cc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#8686cc">Div content here</div>
<div style="border:3px solid #8686cc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(134, 134, 204, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #8686cc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #8686cc;
-webkit-box-shadow: 1px 1px 3px #8686cc;
box-shadow: 1px 1px 3px #8686cc; }
<p style="text-shadow: 4px 4px 2px rgba(134, 134, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #8686cc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #8686cc;
-webkit-box-shadow: 1px 1px 3px #8686cc;
box-shadow: 1px 1px 3px #8686cc;">Div content here</div>
