Shades of Portage #879DE2
Tints of Portage #879DE2
RGB
CMYK
RGB Variations
Color information
#879DE2 (or 0x879DE2) is known color: Portage. HEX triplet: 87, 9D and E2. RGB value is (135,157,226). Sum of RGB (Red+Green+Blue) = 135+157+226=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #879DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DE2 is #78621D. Grayscale: #9D9D9D. Windows color (decimal): -7889438 or 14851463. OLE color: 14851463.
HSL color Cylindrical-coordinate representation of color #879DE2: hue angle of 225.49º 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 #879DE2 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 157 | 226 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.11 |
| HSL | 225.49º | 0.61% | 0.71% | - |
| HSV(B) | 225.49º | 0.4% | 0.89% | - |
| XYZ | 35.78 | 34.76 | 76.77 | - |
| YUV | 158.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 226 | 0.40 | 0.31 | 0 | 0.11 | 225.49 | 0.61 | 0.71 |
| Hex | 87 | 9D | E2 | 28 | 1F | 0 | B | E1 | 3D | 47 |
| Octal | 207 | 235 | 342 | 50 | 37 | 0 | 13 | 341 | 75 | 107 |
| Binary | 10000111 | 10011101 | 11100010 | 101000 | 11111 | 0 | 1011 | 11100001 | 111101 | 1000111 |
Color Harmonies of #879DE2
Complementary color
Monochromatic Colors of #879DE2
Black with #879DE2
Text Example
Text Example
White with #879DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DE2; }
p { color: rgb(135,157,226); }
H1.HeaderClassName
{
color: #879DE2;
}
.AnyTagClassName
{
color: #879DE2;
}
</style>
background-color css
<style>
a { background-color: #879DE2; }
a { background-color: rgb(135,157,226); }
div.DivClassName
{
background-color: #879DE2;
}
.BgClassName
{
background-color: #879DE2;
}
</style>
border-color css
<style>
span { border-color: #879DE2; }
span { border-color: rgb(135,157,226); }
td.TdClassName
{
border-color: #879DE2;
}
.TagClassName
{
border-color: #879DE2;
}
</style>