Shades of Portage #879EE2
Tints of Portage #879EE2
RGB
CMYK
RGB Variations
Color information
#879EE2 (or 0x879EE2) is known color: Portage. HEX triplet: 87, 9E and E2. RGB value is (135,158,226). Sum of RGB (Red+Green+Blue) = 135+158+226=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #879EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EE2 is #78611D. Grayscale: #9E9E9E. Windows color (decimal): -7889182 or 14851719. OLE color: 14851719.
HSL color Cylindrical-coordinate representation of color #879EE2: hue angle of 224.84º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #879EE2 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 158 | 226 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.11 |
| HSL | 224.84º | 0.61% | 0.71% | - |
| HSV(B) | 224.84º | 0.4% | 0.89% | - |
| XYZ | 35.95 | 35.1 | 76.83 | - |
| YUV | 158.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 226 | 0.40 | 0.30 | 0 | 0.11 | 224.84 | 0.61 | 0.71 |
| Hex | 87 | 9E | E2 | 28 | 1E | 0 | B | E1 | 3D | 47 |
| Octal | 207 | 236 | 342 | 50 | 36 | 0 | 13 | 341 | 75 | 107 |
| Binary | 10000111 | 10011110 | 11100010 | 101000 | 11110 | 0 | 1011 | 11100001 | 111101 | 1000111 |
Color Harmonies of #879EE2
Complementary color
Monochromatic Colors of #879EE2
Black with #879EE2
Text Example
Text Example
White with #879EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EE2; }
p { color: rgb(135,158,226); }
H1.HeaderClassName
{
color: #879EE2;
}
.AnyTagClassName
{
color: #879EE2;
}
</style>
background-color css
<style>
a { background-color: #879EE2; }
a { background-color: rgb(135,158,226); }
div.DivClassName
{
background-color: #879EE2;
}
.BgClassName
{
background-color: #879EE2;
}
</style>
border-color css
<style>
span { border-color: #879EE2; }
span { border-color: rgb(135,158,226); }
td.TdClassName
{
border-color: #879EE2;
}
.TagClassName
{
border-color: #879EE2;
}
</style>