Shades of Portage #878ED7
Tints of Portage #878ED7
RGB
CMYK
RGB Variations
Color information
#878ED7 (or 0x878ED7) is known color: Portage. HEX triplet: 87, 8E and D7. RGB value is (135,142,215). Sum of RGB (Red+Green+Blue) = 135+142+215=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #878ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ED7 is #787128. Grayscale: #939393. Windows color (decimal): -7893289 or 14126727. OLE color: 14126727.
HSL color Cylindrical-coordinate representation of color #878ED7: hue angle of 234.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878ED7 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 142 | 215 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.16 |
| HSL | 234.75º | 0.5% | 0.69% | - |
| HSV(B) | 234.75º | 0.37% | 0.84% | - |
| XYZ | 31.93 | 29.4 | 68.28 | - |
| YUV | 148.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 215 | 0.37 | 0.34 | 0 | 0.16 | 234.75 | 0.5 | 0.69 |
| Hex | 87 | 8E | D7 | 25 | 22 | 0 | 10 | EB | 32 | 45 |
| Octal | 207 | 216 | 327 | 45 | 42 | 0 | 20 | 353 | 62 | 105 |
| Binary | 10000111 | 10001110 | 11010111 | 100101 | 100010 | 0 | 10000 | 11101011 | 110010 | 1000101 |
Color Harmonies of #878ED7
Complementary color
Monochromatic Colors of #878ED7
Black with #878ED7
Text Example
Text Example
White with #878ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ED7; }
p { color: rgb(135,142,215); }
H1.HeaderClassName
{
color: #878ED7;
}
.AnyTagClassName
{
color: #878ED7;
}
</style>
background-color css
<style>
a { background-color: #878ED7; }
a { background-color: rgb(135,142,215); }
div.DivClassName
{
background-color: #878ED7;
}
.BgClassName
{
background-color: #878ED7;
}
</style>
border-color css
<style>
span { border-color: #878ED7; }
span { border-color: rgb(135,142,215); }
td.TdClassName
{
border-color: #878ED7;
}
.TagClassName
{
border-color: #878ED7;
}
</style>