Shades of Portage #868BD0
Tints of Portage #868BD0
RGB
CMYK
RGB Variations
Color information
#868BD0 (or 0x868BD0) is known color: Portage. HEX triplet: 86, 8B and D0. RGB value is (134,139,208). Sum of RGB (Red+Green+Blue) = 134+139+208=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #868BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BD0 is #79742F. Grayscale: #919191. Windows color (decimal): -7959600 or 13667206. OLE color: 13667206.
HSL color Cylindrical-coordinate representation of color #868BD0: hue angle of 235.95º 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 #868BD0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 139 | 208 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.18 |
| HSL | 235.95º | 0.44% | 0.67% | - |
| HSV(B) | 235.95º | 0.36% | 0.82% | - |
| XYZ | 30.45 | 28.09 | 63.49 | - |
| YUV | 145.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 208 | 0.36 | 0.33 | 0 | 0.18 | 235.95 | 0.44 | 0.67 |
| Hex | 86 | 8B | D0 | 24 | 21 | 0 | 12 | EC | 2C | 43 |
| Octal | 206 | 213 | 320 | 44 | 41 | 0 | 22 | 354 | 54 | 103 |
| Binary | 10000110 | 10001011 | 11010000 | 100100 | 100001 | 0 | 10010 | 11101100 | 101100 | 1000011 |
Color Harmonies of #868BD0
Complementary color
Monochromatic Colors of #868BD0
Black with #868BD0
Text Example
Text Example
White with #868BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BD0; }
p { color: rgb(134,139,208); }
H1.HeaderClassName
{
color: #868BD0;
}
.AnyTagClassName
{
color: #868BD0;
}
</style>
background-color css
<style>
a { background-color: #868BD0; }
a { background-color: rgb(134,139,208); }
div.DivClassName
{
background-color: #868BD0;
}
.BgClassName
{
background-color: #868BD0;
}
</style>
border-color css
<style>
span { border-color: #868BD0; }
span { border-color: rgb(134,139,208); }
td.TdClassName
{
border-color: #868BD0;
}
.TagClassName
{
border-color: #868BD0;
}
</style>