Shades of Portage #878DCE
Tints of Portage #878DCE
RGB
CMYK
RGB Variations
Color information
#878DCE (or 0x878DCE) is known color: Portage. HEX triplet: 87, 8D and CE. RGB value is (135,141,206). Sum of RGB (Red+Green+Blue) = 135+141+206=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #878DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DCE is #787231. Grayscale: #929292. Windows color (decimal): -7893554 or 13536647. OLE color: 13536647.
HSL color Cylindrical-coordinate representation of color #878DCE: hue angle of 234.93º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878DCE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 141 | 206 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.19 |
| HSL | 234.93º | 0.42% | 0.67% | - |
| HSV(B) | 234.93º | 0.34% | 0.81% | - |
| XYZ | 30.66 | 28.66 | 62.31 | - |
| YUV | 146.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 206 | 0.34 | 0.32 | 0 | 0.19 | 234.93 | 0.42 | 0.67 |
| Hex | 87 | 8D | CE | 22 | 20 | 0 | 13 | EB | 2A | 43 |
| Octal | 207 | 215 | 316 | 42 | 40 | 0 | 23 | 353 | 52 | 103 |
| Binary | 10000111 | 10001101 | 11001110 | 100010 | 100000 | 0 | 10011 | 11101011 | 101010 | 1000011 |
Color Harmonies of #878DCE
Complementary color
Monochromatic Colors of #878DCE
Black with #878DCE
Text Example
Text Example
White with #878DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DCE; }
p { color: rgb(135,141,206); }
H1.HeaderClassName
{
color: #878DCE;
}
.AnyTagClassName
{
color: #878DCE;
}
</style>
background-color css
<style>
a { background-color: #878DCE; }
a { background-color: rgb(135,141,206); }
div.DivClassName
{
background-color: #878DCE;
}
.BgClassName
{
background-color: #878DCE;
}
</style>
border-color css
<style>
span { border-color: #878DCE; }
span { border-color: rgb(135,141,206); }
td.TdClassName
{
border-color: #878DCE;
}
.TagClassName
{
border-color: #878DCE;
}
</style>