Shades of Portage #868ECF
Tints of Portage #868ECF
RGB
CMYK
RGB Variations
Color information
#868ECF (or 0x868ECF) is known color: Portage. HEX triplet: 86, 8E and CF. RGB value is (134,142,207). Sum of RGB (Red+Green+Blue) = 134+142+207=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #868ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECF is #797130. Grayscale: #929292. Windows color (decimal): -7958833 or 13602438. OLE color: 13602438.
HSL color Cylindrical-coordinate representation of color #868ECF: hue angle of 233.42º 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 #868ECF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 142 | 207 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.19 |
| HSL | 233.42º | 0.43% | 0.67% | - |
| HSV(B) | 233.42º | 0.35% | 0.81% | - |
| XYZ | 30.77 | 28.92 | 62.99 | - |
| YUV | 147.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 207 | 0.35 | 0.31 | 0 | 0.19 | 233.42 | 0.43 | 0.67 |
| Hex | 86 | 8E | CF | 23 | 1F | 0 | 13 | E9 | 2B | 43 |
| Octal | 206 | 216 | 317 | 43 | 37 | 0 | 23 | 351 | 53 | 103 |
| Binary | 10000110 | 10001110 | 11001111 | 100011 | 11111 | 0 | 10011 | 11101001 | 101011 | 1000011 |
Color Harmonies of #868ECF
Complementary color
Monochromatic Colors of #868ECF
Black with #868ECF
Text Example
Text Example
White with #868ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868ECF; }
p { color: rgb(134,142,207); }
H1.HeaderClassName
{
color: #868ECF;
}
.AnyTagClassName
{
color: #868ECF;
}
</style>
background-color css
<style>
a { background-color: #868ECF; }
a { background-color: rgb(134,142,207); }
div.DivClassName
{
background-color: #868ECF;
}
.BgClassName
{
background-color: #868ECF;
}
</style>
border-color css
<style>
span { border-color: #868ECF; }
span { border-color: rgb(134,142,207); }
td.TdClassName
{
border-color: #868ECF;
}
.TagClassName
{
border-color: #868ECF;
}
</style>