Shades of Portage #868DD0
Tints of Portage #868DD0
RGB
CMYK
RGB Variations
Color information
#868DD0 (or 0x868DD0) is known color: Portage. HEX triplet: 86, 8D and D0. RGB value is (134,141,208). Sum of RGB (Red+Green+Blue) = 134+141+208=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #868DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DD0 is #79722F. Grayscale: #929292. Windows color (decimal): -7959088 or 13667718. OLE color: 13667718.
HSL color Cylindrical-coordinate representation of color #868DD0: hue angle of 234.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868DD0 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 141 | 208 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.18 |
| HSL | 234.32º | 0.44% | 0.67% | - |
| HSV(B) | 234.32º | 0.36% | 0.82% | - |
| XYZ | 30.74 | 28.67 | 63.59 | - |
| YUV | 146.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 208 | 0.36 | 0.32 | 0 | 0.18 | 234.32 | 0.44 | 0.67 |
| Hex | 86 | 8D | D0 | 24 | 20 | 0 | 12 | EA | 2C | 43 |
| Octal | 206 | 215 | 320 | 44 | 40 | 0 | 22 | 352 | 54 | 103 |
| Binary | 10000110 | 10001101 | 11010000 | 100100 | 100000 | 0 | 10010 | 11101010 | 101100 | 1000011 |
Color Harmonies of #868DD0
Complementary color
Monochromatic Colors of #868DD0
Black with #868DD0
Text Example
Text Example
White with #868DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DD0; }
p { color: rgb(134,141,208); }
H1.HeaderClassName
{
color: #868DD0;
}
.AnyTagClassName
{
color: #868DD0;
}
</style>
background-color css
<style>
a { background-color: #868DD0; }
a { background-color: rgb(134,141,208); }
div.DivClassName
{
background-color: #868DD0;
}
.BgClassName
{
background-color: #868DD0;
}
</style>
border-color css
<style>
span { border-color: #868DD0; }
span { border-color: rgb(134,141,208); }
td.TdClassName
{
border-color: #868DD0;
}
.TagClassName
{
border-color: #868DD0;
}
</style>