Shades of Portage #878BE0
Tints of Portage #878BE0
RGB
CMYK
RGB Variations
Color information
#878BE0 (or 0x878BE0) is known color: Portage. HEX triplet: 87, 8B and E0. RGB value is (135,139,224). Sum of RGB (Red+Green+Blue) = 135+139+224=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #878BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BE0 is #78741F. Grayscale: #939393. Windows color (decimal): -7894048 or 14715783. OLE color: 14715783.
HSL color Cylindrical-coordinate representation of color #878BE0: hue angle of 237.3º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878BE0 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 139 | 224 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.12 |
| HSL | 237.3º | 0.59% | 0.7% | - |
| HSV(B) | 237.3º | 0.4% | 0.88% | - |
| XYZ | 32.68 | 29 | 74.4 | - |
| YUV | 147.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 224 | 0.40 | 0.38 | 0 | 0.12 | 237.3 | 0.59 | 0.7 |
| Hex | 87 | 8B | E0 | 28 | 26 | 0 | C | ED | 3B | 46 |
| Octal | 207 | 213 | 340 | 50 | 46 | 0 | 14 | 355 | 73 | 106 |
| Binary | 10000111 | 10001011 | 11100000 | 101000 | 100110 | 0 | 1100 | 11101101 | 111011 | 1000110 |
Color Harmonies of #878BE0
Complementary color
Monochromatic Colors of #878BE0
Black with #878BE0
Text Example
Text Example
White with #878BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878BE0; }
p { color: rgb(135,139,224); }
H1.HeaderClassName
{
color: #878BE0;
}
.AnyTagClassName
{
color: #878BE0;
}
</style>
background-color css
<style>
a { background-color: #878BE0; }
a { background-color: rgb(135,139,224); }
div.DivClassName
{
background-color: #878BE0;
}
.BgClassName
{
background-color: #878BE0;
}
</style>
border-color css
<style>
span { border-color: #878BE0; }
span { border-color: rgb(135,139,224); }
td.TdClassName
{
border-color: #878BE0;
}
.TagClassName
{
border-color: #878BE0;
}
</style>