Shades of Portage #878EDF
Tints of Portage #878EDF
RGB
CMYK
RGB Variations
Color information
#878EDF (or 0x878EDF) is known color: Portage. HEX triplet: 87, 8E and DF. RGB value is (135,142,223). Sum of RGB (Red+Green+Blue) = 135+142+223=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #878EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EDF is #787120. Grayscale: #949494. Windows color (decimal): -7893281 or 14651015. OLE color: 14651015.
HSL color Cylindrical-coordinate representation of color #878EDF: hue angle of 235.23º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878EDF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 142 | 223 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.13 |
| HSL | 235.23º | 0.58% | 0.7% | - |
| HSV(B) | 235.23º | 0.39% | 0.87% | - |
| XYZ | 32.98 | 29.82 | 73.83 | - |
| YUV | 149.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 223 | 0.39 | 0.36 | 0 | 0.13 | 235.23 | 0.58 | 0.7 |
| Hex | 87 | 8E | DF | 27 | 24 | 0 | D | EB | 3A | 46 |
| Octal | 207 | 216 | 337 | 47 | 44 | 0 | 15 | 353 | 72 | 106 |
| Binary | 10000111 | 10001110 | 11011111 | 100111 | 100100 | 0 | 1101 | 11101011 | 111010 | 1000110 |
Color Harmonies of #878EDF
Complementary color
Monochromatic Colors of #878EDF
Black with #878EDF
Text Example
Text Example
White with #878EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878EDF; }
p { color: rgb(135,142,223); }
H1.HeaderClassName
{
color: #878EDF;
}
.AnyTagClassName
{
color: #878EDF;
}
</style>
background-color css
<style>
a { background-color: #878EDF; }
a { background-color: rgb(135,142,223); }
div.DivClassName
{
background-color: #878EDF;
}
.BgClassName
{
background-color: #878EDF;
}
</style>
border-color css
<style>
span { border-color: #878EDF; }
span { border-color: rgb(135,142,223); }
td.TdClassName
{
border-color: #878EDF;
}
.TagClassName
{
border-color: #878EDF;
}
</style>