Shades of Portage #878ECF
Tints of Portage #878ECF
RGB
CMYK
RGB Variations
Color information
#878ECF (or 0x878ECF) is known color: Portage. HEX triplet: 87, 8E and CF. RGB value is (135,142,207). Sum of RGB (Red+Green+Blue) = 135+142+207=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #878ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ECF is #787130. Grayscale: #939393. Windows color (decimal): -7893297 or 13602439. OLE color: 13602439.
HSL color Cylindrical-coordinate representation of color #878ECF: hue angle of 234.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878ECF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 142 | 207 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.19 |
| HSL | 234.17º | 0.43% | 0.67% | - |
| HSV(B) | 234.17º | 0.35% | 0.81% | - |
| XYZ | 30.93 | 29 | 63 | - |
| YUV | 147.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 207 | 0.35 | 0.31 | 0 | 0.19 | 234.17 | 0.43 | 0.67 |
| Hex | 87 | 8E | CF | 23 | 1F | 0 | 13 | EA | 2B | 43 |
| Octal | 207 | 216 | 317 | 43 | 37 | 0 | 23 | 352 | 53 | 103 |
| Binary | 10000111 | 10001110 | 11001111 | 100011 | 11111 | 0 | 10011 | 11101010 | 101011 | 1000011 |
Color Harmonies of #878ECF
Complementary color
Monochromatic Colors of #878ECF
Black with #878ECF
Text Example
Text Example
White with #878ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878ECF; }
p { color: rgb(135,142,207); }
H1.HeaderClassName
{
color: #878ECF;
}
.AnyTagClassName
{
color: #878ECF;
}
</style>
background-color css
<style>
a { background-color: #878ECF; }
a { background-color: rgb(135,142,207); }
div.DivClassName
{
background-color: #878ECF;
}
.BgClassName
{
background-color: #878ECF;
}
</style>
border-color css
<style>
span { border-color: #878ECF; }
span { border-color: rgb(135,142,207); }
td.TdClassName
{
border-color: #878ECF;
}
.TagClassName
{
border-color: #878ECF;
}
</style>