Shades of Portage #878FEC
Tints of Portage #878FEC
RGB
CMYK
RGB Variations
Color information
#878FEC (or 0x878FEC) is known color: Portage. HEX triplet: 87, 8F and EC. RGB value is (135,143,236). Sum of RGB (Red+Green+Blue) = 135+143+236=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #878FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FEC is #787013. Grayscale: #969696. Windows color (decimal): -7893012 or 15503239. OLE color: 15503239.
HSL color Cylindrical-coordinate representation of color #878FEC: hue angle of 235.25º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878FEC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 143 | 236 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.07 |
| HSL | 235.25º | 0.73% | 0.73% | - |
| HSV(B) | 235.25º | 0.43% | 0.93% | - |
| XYZ | 34.95 | 30.85 | 83.47 | - |
| YUV | 151.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 236 | 0.43 | 0.39 | 0 | 0.07 | 235.25 | 0.73 | 0.73 |
| Hex | 87 | 8F | EC | 2B | 27 | 0 | 7 | EB | 49 | 49 |
| Octal | 207 | 217 | 354 | 53 | 47 | 0 | 7 | 353 | 111 | 111 |
| Binary | 10000111 | 10001111 | 11101100 | 101011 | 100111 | 0 | 111 | 11101011 | 1001001 | 1001001 |
Color Harmonies of #878FEC
Complementary color
Monochromatic Colors of #878FEC
Black with #878FEC
Text Example
Text Example
White with #878FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878FEC; }
p { color: rgb(135,143,236); }
H1.HeaderClassName
{
color: #878FEC;
}
.AnyTagClassName
{
color: #878FEC;
}
</style>
background-color css
<style>
a { background-color: #878FEC; }
a { background-color: rgb(135,143,236); }
div.DivClassName
{
background-color: #878FEC;
}
.BgClassName
{
background-color: #878FEC;
}
</style>
border-color css
<style>
span { border-color: #878FEC; }
span { border-color: rgb(135,143,236); }
td.TdClassName
{
border-color: #878FEC;
}
.TagClassName
{
border-color: #878FEC;
}
</style>