Shades of Portage #878DCB
Tints of Portage #878DCB
RGB
CMYK
RGB Variations
Color information
#878DCB (or 0x878DCB) is known color: Portage. HEX triplet: 87, 8D and CB. RGB value is (135,141,203). Sum of RGB (Red+Green+Blue) = 135+141+203=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #878DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DCB is #787234. Grayscale: #929292. Windows color (decimal): -7893557 or 13340039. OLE color: 13340039.
HSL color Cylindrical-coordinate representation of color #878DCB: hue angle of 234.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #878DCB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 141 | 203 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.20 |
| HSL | 234.71º | 0.4% | 0.66% | - |
| HSV(B) | 234.71º | 0.33% | 0.8% | - |
| XYZ | 30.3 | 28.51 | 60.41 | - |
| YUV | 146.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 203 | 0.33 | 0.31 | 0 | 0.20 | 234.71 | 0.4 | 0.66 |
| Hex | 87 | 8D | CB | 21 | 1F | 0 | 14 | EB | 28 | 42 |
| Octal | 207 | 215 | 313 | 41 | 37 | 0 | 24 | 353 | 50 | 102 |
| Binary | 10000111 | 10001101 | 11001011 | 100001 | 11111 | 0 | 10100 | 11101011 | 101000 | 1000010 |
Color Harmonies of #878DCB
Complementary color
Monochromatic Colors of #878DCB
Black with #878DCB
Text Example
Text Example
White with #878DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DCB; }
p { color: rgb(135,141,203); }
H1.HeaderClassName
{
color: #878DCB;
}
.AnyTagClassName
{
color: #878DCB;
}
</style>
background-color css
<style>
a { background-color: #878DCB; }
a { background-color: rgb(135,141,203); }
div.DivClassName
{
background-color: #878DCB;
}
.BgClassName
{
background-color: #878DCB;
}
</style>
border-color css
<style>
span { border-color: #878DCB; }
span { border-color: rgb(135,141,203); }
td.TdClassName
{
border-color: #878DCB;
}
.TagClassName
{
border-color: #878DCB;
}
</style>