Shades of Portage #868CCF
Tints of Portage #868CCF
RGB
CMYK
RGB Variations
Color information
#868CCF (or 0x868CCF) is known color: Portage. HEX triplet: 86, 8C and CF. RGB value is (134,140,207). Sum of RGB (Red+Green+Blue) = 134+140+207=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #868CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CCF is #797330. Grayscale: #919191. Windows color (decimal): -7959345 or 13601926. OLE color: 13601926.
HSL color Cylindrical-coordinate representation of color #868CCF: hue angle of 235.07º 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 #868CCF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 140 | 207 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.19 |
| HSL | 235.07º | 0.43% | 0.67% | - |
| HSV(B) | 235.07º | 0.35% | 0.81% | - |
| XYZ | 30.47 | 28.33 | 62.89 | - |
| YUV | 145.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 207 | 0.35 | 0.32 | 0 | 0.19 | 235.07 | 0.43 | 0.67 |
| Hex | 86 | 8C | CF | 23 | 20 | 0 | 13 | EB | 2B | 43 |
| Octal | 206 | 214 | 317 | 43 | 40 | 0 | 23 | 353 | 53 | 103 |
| Binary | 10000110 | 10001100 | 11001111 | 100011 | 100000 | 0 | 10011 | 11101011 | 101011 | 1000011 |
Color Harmonies of #868CCF
Complementary color
Monochromatic Colors of #868CCF
Black with #868CCF
Text Example
Text Example
White with #868CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CCF; }
p { color: rgb(134,140,207); }
H1.HeaderClassName
{
color: #868CCF;
}
.AnyTagClassName
{
color: #868CCF;
}
</style>
background-color css
<style>
a { background-color: #868CCF; }
a { background-color: rgb(134,140,207); }
div.DivClassName
{
background-color: #868CCF;
}
.BgClassName
{
background-color: #868CCF;
}
</style>
border-color css
<style>
span { border-color: #868CCF; }
span { border-color: rgb(134,140,207); }
td.TdClassName
{
border-color: #868CCF;
}
.TagClassName
{
border-color: #868CCF;
}
</style>