Shades of Portage #878DCD
Tints of Portage #878DCD
RGB
CMYK
RGB Variations
Color information
#878DCD (or 0x878DCD) is known color: Portage. HEX triplet: 87, 8D and CD. RGB value is (135,141,205). Sum of RGB (Red+Green+Blue) = 135+141+205=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #878DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DCD is #787232. Grayscale: #929292. Windows color (decimal): -7893555 or 13471111. OLE color: 13471111.
HSL color Cylindrical-coordinate representation of color #878DCD: hue angle of 234.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878DCD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 141 | 205 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.20 |
| HSL | 234.86º | 0.41% | 0.67% | - |
| HSV(B) | 234.86º | 0.34% | 0.8% | - |
| XYZ | 30.54 | 28.61 | 61.67 | - |
| YUV | 146.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 205 | 0.34 | 0.31 | 0 | 0.20 | 234.86 | 0.41 | 0.67 |
| Hex | 87 | 8D | CD | 22 | 1F | 0 | 14 | EB | 29 | 43 |
| Octal | 207 | 215 | 315 | 42 | 37 | 0 | 24 | 353 | 51 | 103 |
| Binary | 10000111 | 10001101 | 11001101 | 100010 | 11111 | 0 | 10100 | 11101011 | 101001 | 1000011 |
Color Harmonies of #878DCD
Complementary color
Monochromatic Colors of #878DCD
Black with #878DCD
Text Example
Text Example
White with #878DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DCD; }
p { color: rgb(135,141,205); }
H1.HeaderClassName
{
color: #878DCD;
}
.AnyTagClassName
{
color: #878DCD;
}
</style>
background-color css
<style>
a { background-color: #878DCD; }
a { background-color: rgb(135,141,205); }
div.DivClassName
{
background-color: #878DCD;
}
.BgClassName
{
background-color: #878DCD;
}
</style>
border-color css
<style>
span { border-color: #878DCD; }
span { border-color: rgb(135,141,205); }
td.TdClassName
{
border-color: #878DCD;
}
.TagClassName
{
border-color: #878DCD;
}
</style>