Shades of Portage #868CEF
Tints of Portage #868CEF
RGB
CMYK
RGB Variations
Color information
#868CEF (or 0x868CEF) is known color: Portage. HEX triplet: 86, 8C and EF. RGB value is (134,140,239). Sum of RGB (Red+Green+Blue) = 134+140+239=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #868CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CEF is #797310. Grayscale: #959595. Windows color (decimal): -7959313 or 15699078. OLE color: 15699078.
HSL color Cylindrical-coordinate representation of color #868CEF: hue angle of 236.57º 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 #868CEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 140 | 239 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.06 |
| HSL | 236.57º | 0.77% | 0.73% | - |
| HSV(B) | 236.57º | 0.44% | 0.94% | - |
| XYZ | 34.79 | 30.06 | 85.63 | - |
| YUV | 149.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 239 | 0.44 | 0.41 | 0 | 0.06 | 236.57 | 0.77 | 0.73 |
| Hex | 86 | 8C | EF | 2C | 29 | 0 | 6 | ED | 4D | 49 |
| Octal | 206 | 214 | 357 | 54 | 51 | 0 | 6 | 355 | 115 | 111 |
| Binary | 10000110 | 10001100 | 11101111 | 101100 | 101001 | 0 | 110 | 11101101 | 1001101 | 1001001 |
Color Harmonies of #868CEF
Complementary color
Monochromatic Colors of #868CEF
Black with #868CEF
Text Example
Text Example
White with #868CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CEF; }
p { color: rgb(134,140,239); }
H1.HeaderClassName
{
color: #868CEF;
}
.AnyTagClassName
{
color: #868CEF;
}
</style>
background-color css
<style>
a { background-color: #868CEF; }
a { background-color: rgb(134,140,239); }
div.DivClassName
{
background-color: #868CEF;
}
.BgClassName
{
background-color: #868CEF;
}
</style>
border-color css
<style>
span { border-color: #868CEF; }
span { border-color: rgb(134,140,239); }
td.TdClassName
{
border-color: #868CEF;
}
.TagClassName
{
border-color: #868CEF;
}
</style>