Shades of Portage #878DDC
Tints of Portage #878DDC
RGB
CMYK
RGB Variations
Color information
#878DDC (or 0x878DDC) is known color: Portage. HEX triplet: 87, 8D and DC. RGB value is (135,141,220). Sum of RGB (Red+Green+Blue) = 135+141+220=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #878DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DDC is #787223. Grayscale: #939393. Windows color (decimal): -7893540 or 14454151. OLE color: 14454151.
HSL color Cylindrical-coordinate representation of color #878DDC: hue angle of 235.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878DDC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 141 | 220 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.14 |
| HSL | 235.76º | 0.55% | 0.7% | - |
| HSV(B) | 235.76º | 0.39% | 0.86% | - |
| XYZ | 32.43 | 29.37 | 71.67 | - |
| YUV | 148.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 220 | 0.39 | 0.36 | 0 | 0.14 | 235.76 | 0.55 | 0.7 |
| Hex | 87 | 8D | DC | 27 | 24 | 0 | E | EC | 37 | 46 |
| Octal | 207 | 215 | 334 | 47 | 44 | 0 | 16 | 354 | 67 | 106 |
| Binary | 10000111 | 10001101 | 11011100 | 100111 | 100100 | 0 | 1110 | 11101100 | 110111 | 1000110 |
Color Harmonies of #878DDC
Complementary color
Monochromatic Colors of #878DDC
Black with #878DDC
Text Example
Text Example
White with #878DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DDC; }
p { color: rgb(135,141,220); }
H1.HeaderClassName
{
color: #878DDC;
}
.AnyTagClassName
{
color: #878DDC;
}
</style>
background-color css
<style>
a { background-color: #878DDC; }
a { background-color: rgb(135,141,220); }
div.DivClassName
{
background-color: #878DDC;
}
.BgClassName
{
background-color: #878DDC;
}
</style>
border-color css
<style>
span { border-color: #878DDC; }
span { border-color: rgb(135,141,220); }
td.TdClassName
{
border-color: #878DDC;
}
.TagClassName
{
border-color: #878DDC;
}
</style>