Shades of Portage #879EE8
Tints of Portage #879EE8
RGB
CMYK
RGB Variations
Color information
#879EE8 (or 0x879EE8) is known color: Portage. HEX triplet: 87, 9E and E8. RGB value is (135,158,232). Sum of RGB (Red+Green+Blue) = 135+158+232=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #879EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EE8 is #786117. Grayscale: #9F9F9F. Windows color (decimal): -7889176 or 15244935. OLE color: 15244935.
HSL color Cylindrical-coordinate representation of color #879EE8: hue angle of 225.77º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879EE8 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 158 | 232 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.09 |
| HSL | 225.77º | 0.68% | 0.72% | - |
| HSV(B) | 225.77º | 0.42% | 0.91% | - |
| XYZ | 36.78 | 35.43 | 81.24 | - |
| YUV | 159.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 232 | 0.42 | 0.32 | 0 | 0.09 | 225.77 | 0.68 | 0.72 |
| Hex | 87 | 9E | E8 | 2A | 20 | 0 | 9 | E2 | 44 | 48 |
| Octal | 207 | 236 | 350 | 52 | 40 | 0 | 11 | 342 | 104 | 110 |
| Binary | 10000111 | 10011110 | 11101000 | 101010 | 100000 | 0 | 1001 | 11100010 | 1000100 | 1001000 |
Color Harmonies of #879EE8
Complementary color
Monochromatic Colors of #879EE8
Black with #879EE8
Text Example
Text Example
White with #879EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EE8; }
p { color: rgb(135,158,232); }
H1.HeaderClassName
{
color: #879EE8;
}
.AnyTagClassName
{
color: #879EE8;
}
</style>
background-color css
<style>
a { background-color: #879EE8; }
a { background-color: rgb(135,158,232); }
div.DivClassName
{
background-color: #879EE8;
}
.BgClassName
{
background-color: #879EE8;
}
</style>
border-color css
<style>
span { border-color: #879EE8; }
span { border-color: rgb(135,158,232); }
td.TdClassName
{
border-color: #879EE8;
}
.TagClassName
{
border-color: #879EE8;
}
</style>