Shades of Portage #868EEC
Tints of Portage #868EEC
RGB
CMYK
RGB Variations
Color information
#868EEC (or 0x868EEC) is known color: Portage. HEX triplet: 86, 8E and EC. RGB value is (134,142,236). Sum of RGB (Red+Green+Blue) = 134+142+236=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #868EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EEC is #797113. Grayscale: #959595. Windows color (decimal): -7958804 or 15502982. OLE color: 15502982.
HSL color Cylindrical-coordinate representation of color #868EEC: hue angle of 235.29º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868EEC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 142 | 236 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.07 |
| HSL | 235.29º | 0.73% | 0.73% | - |
| HSV(B) | 235.29º | 0.43% | 0.93% | - |
| XYZ | 34.64 | 30.47 | 83.41 | - |
| YUV | 150.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 236 | 0.43 | 0.40 | 0 | 0.07 | 235.29 | 0.73 | 0.73 |
| Hex | 86 | 8E | EC | 2B | 28 | 0 | 7 | EB | 49 | 49 |
| Octal | 206 | 216 | 354 | 53 | 50 | 0 | 7 | 353 | 111 | 111 |
| Binary | 10000110 | 10001110 | 11101100 | 101011 | 101000 | 0 | 111 | 11101011 | 1001001 | 1001001 |
Color Harmonies of #868EEC
Complementary color
Monochromatic Colors of #868EEC
Black with #868EEC
Text Example
Text Example
White with #868EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EEC; }
p { color: rgb(134,142,236); }
H1.HeaderClassName
{
color: #868EEC;
}
.AnyTagClassName
{
color: #868EEC;
}
</style>
background-color css
<style>
a { background-color: #868EEC; }
a { background-color: rgb(134,142,236); }
div.DivClassName
{
background-color: #868EEC;
}
.BgClassName
{
background-color: #868EEC;
}
</style>
border-color css
<style>
span { border-color: #868EEC; }
span { border-color: rgb(134,142,236); }
td.TdClassName
{
border-color: #868EEC;
}
.TagClassName
{
border-color: #868EEC;
}
</style>