Shades of Portage #868DD6
Tints of Portage #868DD6
RGB
CMYK
RGB Variations
Color information
#868DD6 (or 0x868DD6) is known color: Portage. HEX triplet: 86, 8D and D6. RGB value is (134,141,214). Sum of RGB (Red+Green+Blue) = 134+141+214=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #868DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DD6 is #797229. Grayscale: #929292. Windows color (decimal): -7959082 or 14060934. OLE color: 14060934.
HSL color Cylindrical-coordinate representation of color #868DD6: hue angle of 234.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868DD6 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 141 | 214 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.16 |
| HSL | 234.75º | 0.49% | 0.68% | - |
| HSV(B) | 234.75º | 0.37% | 0.84% | - |
| XYZ | 31.49 | 28.97 | 67.55 | - |
| YUV | 147.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 214 | 0.37 | 0.34 | 0 | 0.16 | 234.75 | 0.49 | 0.68 |
| Hex | 86 | 8D | D6 | 25 | 22 | 0 | 10 | EB | 31 | 44 |
| Octal | 206 | 215 | 326 | 45 | 42 | 0 | 20 | 353 | 61 | 104 |
| Binary | 10000110 | 10001101 | 11010110 | 100101 | 100010 | 0 | 10000 | 11101011 | 110001 | 1000100 |
Color Harmonies of #868DD6
Complementary color
Monochromatic Colors of #868DD6
Black with #868DD6
Text Example
Text Example
White with #868DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DD6; }
p { color: rgb(134,141,214); }
H1.HeaderClassName
{
color: #868DD6;
}
.AnyTagClassName
{
color: #868DD6;
}
</style>
background-color css
<style>
a { background-color: #868DD6; }
a { background-color: rgb(134,141,214); }
div.DivClassName
{
background-color: #868DD6;
}
.BgClassName
{
background-color: #868DD6;
}
</style>
border-color css
<style>
span { border-color: #868DD6; }
span { border-color: rgb(134,141,214); }
td.TdClassName
{
border-color: #868DD6;
}
.TagClassName
{
border-color: #868DD6;
}
</style>