Shades of Portage #868EEF
Tints of Portage #868EEF
RGB
CMYK
RGB Variations
Color information
#868EEF (or 0x868EEF) is known color: Portage. HEX triplet: 86, 8E and EF. RGB value is (134,142,239). Sum of RGB (Red+Green+Blue) = 134+142+239=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #868EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EEF is #797110. Grayscale: #969696. Windows color (decimal): -7958801 or 15699590. OLE color: 15699590.
HSL color Cylindrical-coordinate representation of color #868EEF: hue angle of 235.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868EEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 142 | 239 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.06 |
| HSL | 235.43º | 0.77% | 0.73% | - |
| HSV(B) | 235.43º | 0.44% | 0.94% | - |
| XYZ | 35.08 | 30.65 | 85.73 | - |
| YUV | 150.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 239 | 0.44 | 0.41 | 0 | 0.06 | 235.43 | 0.77 | 0.73 |
| Hex | 86 | 8E | EF | 2C | 29 | 0 | 6 | EB | 4D | 49 |
| Octal | 206 | 216 | 357 | 54 | 51 | 0 | 6 | 353 | 115 | 111 |
| Binary | 10000110 | 10001110 | 11101111 | 101100 | 101001 | 0 | 110 | 11101011 | 1001101 | 1001001 |
Color Harmonies of #868EEF
Complementary color
Monochromatic Colors of #868EEF
Black with #868EEF
Text Example
Text Example
White with #868EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EEF; }
p { color: rgb(134,142,239); }
H1.HeaderClassName
{
color: #868EEF;
}
.AnyTagClassName
{
color: #868EEF;
}
</style>
background-color css
<style>
a { background-color: #868EEF; }
a { background-color: rgb(134,142,239); }
div.DivClassName
{
background-color: #868EEF;
}
.BgClassName
{
background-color: #868EEF;
}
</style>
border-color css
<style>
span { border-color: #868EEF; }
span { border-color: rgb(134,142,239); }
td.TdClassName
{
border-color: #868EEF;
}
.TagClassName
{
border-color: #868EEF;
}
</style>