Shades of Portage #868CEA
Tints of Portage #868CEA
RGB
CMYK
RGB Variations
Color information
#868CEA (or 0x868CEA) is known color: Portage. HEX triplet: 86, 8C and EA. RGB value is (134,140,234). Sum of RGB (Red+Green+Blue) = 134+140+234=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #868CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CEA is #797315. Grayscale: #949494. Windows color (decimal): -7959318 or 15371398. OLE color: 15371398.
HSL color Cylindrical-coordinate representation of color #868CEA: hue angle of 236.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868CEA is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 140 | 234 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.08 |
| HSL | 236.4º | 0.7% | 0.72% | - |
| HSV(B) | 236.4º | 0.43% | 0.92% | - |
| XYZ | 34.06 | 29.77 | 81.79 | - |
| YUV | 148.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 234 | 0.43 | 0.40 | 0 | 0.08 | 236.4 | 0.7 | 0.72 |
| Hex | 86 | 8C | EA | 2B | 28 | 0 | 8 | EC | 46 | 48 |
| Octal | 206 | 214 | 352 | 53 | 50 | 0 | 10 | 354 | 106 | 110 |
| Binary | 10000110 | 10001100 | 11101010 | 101011 | 101000 | 0 | 1000 | 11101100 | 1000110 | 1001000 |
Color Harmonies of #868CEA
Complementary color
Monochromatic Colors of #868CEA
Black with #868CEA
Text Example
Text Example
White with #868CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CEA; }
p { color: rgb(134,140,234); }
H1.HeaderClassName
{
color: #868CEA;
}
.AnyTagClassName
{
color: #868CEA;
}
</style>
background-color css
<style>
a { background-color: #868CEA; }
a { background-color: rgb(134,140,234); }
div.DivClassName
{
background-color: #868CEA;
}
.BgClassName
{
background-color: #868CEA;
}
</style>
border-color css
<style>
span { border-color: #868CEA; }
span { border-color: rgb(134,140,234); }
td.TdClassName
{
border-color: #868CEA;
}
.TagClassName
{
border-color: #868CEA;
}
</style>