Shades of Portage #878EE5
Tints of Portage #878EE5
RGB
CMYK
RGB Variations
Color information
#878EE5 (or 0x878EE5) is known color: Portage. HEX triplet: 87, 8E and E5. RGB value is (135,142,229). Sum of RGB (Red+Green+Blue) = 135+142+229=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #878EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EE5 is #78711A. Grayscale: #959595. Windows color (decimal): -7893275 or 15044231. OLE color: 15044231.
HSL color Cylindrical-coordinate representation of color #878EE5: hue angle of 235.53º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878EE5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 142 | 229 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.10 |
| HSL | 235.53º | 0.64% | 0.71% | - |
| HSV(B) | 235.53º | 0.41% | 0.9% | - |
| XYZ | 33.81 | 30.15 | 78.17 | - |
| YUV | 149.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 229 | 0.41 | 0.38 | 0 | 0.10 | 235.53 | 0.64 | 0.71 |
| Hex | 87 | 8E | E5 | 29 | 26 | 0 | A | EC | 40 | 47 |
| Octal | 207 | 216 | 345 | 51 | 46 | 0 | 12 | 354 | 100 | 107 |
| Binary | 10000111 | 10001110 | 11100101 | 101001 | 100110 | 0 | 1010 | 11101100 | 1000000 | 1000111 |
Color Harmonies of #878EE5
Complementary color
Monochromatic Colors of #878EE5
Black with #878EE5
Text Example
Text Example
White with #878EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EE5; }
p { color: rgb(135,142,229); }
H1.HeaderClassName
{
color: #878EE5;
}
.AnyTagClassName
{
color: #878EE5;
}
</style>
background-color css
<style>
a { background-color: #878EE5; }
a { background-color: rgb(135,142,229); }
div.DivClassName
{
background-color: #878EE5;
}
.BgClassName
{
background-color: #878EE5;
}
</style>
border-color css
<style>
span { border-color: #878EE5; }
span { border-color: rgb(135,142,229); }
td.TdClassName
{
border-color: #878EE5;
}
.TagClassName
{
border-color: #878EE5;
}
</style>