Shades of Portage #878DD7
Tints of Portage #878DD7
RGB
CMYK
RGB Variations
Color information
#878DD7 (or 0x878DD7) is known color: Portage. HEX triplet: 87, 8D and D7. RGB value is (135,141,215). Sum of RGB (Red+Green+Blue) = 135+141+215=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #878DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DD7 is #787228. Grayscale: #939393. Windows color (decimal): -7893545 or 14126471. OLE color: 14126471.
HSL color Cylindrical-coordinate representation of color #878DD7: hue angle of 235.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878DD7 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 141 | 215 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.16 |
| HSL | 235.5º | 0.5% | 0.69% | - |
| HSV(B) | 235.5º | 0.37% | 0.84% | - |
| XYZ | 31.78 | 29.11 | 68.23 | - |
| YUV | 147.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 215 | 0.37 | 0.34 | 0 | 0.16 | 235.5 | 0.5 | 0.69 |
| Hex | 87 | 8D | D7 | 25 | 22 | 0 | 10 | EC | 32 | 45 |
| Octal | 207 | 215 | 327 | 45 | 42 | 0 | 20 | 354 | 62 | 105 |
| Binary | 10000111 | 10001101 | 11010111 | 100101 | 100010 | 0 | 10000 | 11101100 | 110010 | 1000101 |
Color Harmonies of #878DD7
Complementary color
Monochromatic Colors of #878DD7
Black with #878DD7
Text Example
Text Example
White with #878DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878DD7; }
p { color: rgb(135,141,215); }
H1.HeaderClassName
{
color: #878DD7;
}
.AnyTagClassName
{
color: #878DD7;
}
</style>
background-color css
<style>
a { background-color: #878DD7; }
a { background-color: rgb(135,141,215); }
div.DivClassName
{
background-color: #878DD7;
}
.BgClassName
{
background-color: #878DD7;
}
</style>
border-color css
<style>
span { border-color: #878DD7; }
span { border-color: rgb(135,141,215); }
td.TdClassName
{
border-color: #878DD7;
}
.TagClassName
{
border-color: #878DD7;
}
</style>