Shades of Portage #868DCF
Tints of Portage #868DCF
RGB
CMYK
RGB Variations
Color information
#868DCF (or 0x868DCF) is known color: Portage. HEX triplet: 86, 8D and CF. RGB value is (134,141,207). Sum of RGB (Red+Green+Blue) = 134+141+207=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #868DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DCF is #797230. Grayscale: #929292. Windows color (decimal): -7959089 or 13602182. OLE color: 13602182.
HSL color Cylindrical-coordinate representation of color #868DCF: hue angle of 234.25º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868DCF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 141 | 207 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.19 |
| HSL | 234.25º | 0.43% | 0.67% | - |
| HSV(B) | 234.25º | 0.35% | 0.81% | - |
| XYZ | 30.62 | 28.62 | 62.94 | - |
| YUV | 146.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 207 | 0.35 | 0.32 | 0 | 0.19 | 234.25 | 0.43 | 0.67 |
| Hex | 86 | 8D | CF | 23 | 20 | 0 | 13 | EA | 2B | 43 |
| Octal | 206 | 215 | 317 | 43 | 40 | 0 | 23 | 352 | 53 | 103 |
| Binary | 10000110 | 10001101 | 11001111 | 100011 | 100000 | 0 | 10011 | 11101010 | 101011 | 1000011 |
Color Harmonies of #868DCF
Complementary color
Monochromatic Colors of #868DCF
Black with #868DCF
Text Example
Text Example
White with #868DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DCF; }
p { color: rgb(134,141,207); }
H1.HeaderClassName
{
color: #868DCF;
}
.AnyTagClassName
{
color: #868DCF;
}
</style>
background-color css
<style>
a { background-color: #868DCF; }
a { background-color: rgb(134,141,207); }
div.DivClassName
{
background-color: #868DCF;
}
.BgClassName
{
background-color: #868DCF;
}
</style>
border-color css
<style>
span { border-color: #868DCF; }
span { border-color: rgb(134,141,207); }
td.TdClassName
{
border-color: #868DCF;
}
.TagClassName
{
border-color: #868DCF;
}
</style>