Shades of Portage #879BD0
Tints of Portage #879BD0
RGB
CMYK
RGB Variations
Color information
#879BD0 (or 0x879BD0) is known color: Portage. HEX triplet: 87, 9B and D0. RGB value is (135,155,208). Sum of RGB (Red+Green+Blue) = 135+155+208=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #879BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BD0 is #78642F. Grayscale: #9A9A9A. Windows color (decimal): -7889968 or 13671303. OLE color: 13671303.
HSL color Cylindrical-coordinate representation of color #879BD0: hue angle of 223.56º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #879BD0 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 155 | 208 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.18 |
| HSL | 223.56º | 0.44% | 0.67% | - |
| HSV(B) | 223.56º | 0.35% | 0.82% | - |
| XYZ | 33.1 | 33.15 | 64.33 | - |
| YUV | 155.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 208 | 0.35 | 0.25 | 0 | 0.18 | 223.56 | 0.44 | 0.67 |
| Hex | 87 | 9B | D0 | 23 | 19 | 0 | 12 | E0 | 2C | 43 |
| Octal | 207 | 233 | 320 | 43 | 31 | 0 | 22 | 340 | 54 | 103 |
| Binary | 10000111 | 10011011 | 11010000 | 100011 | 11001 | 0 | 10010 | 11100000 | 101100 | 1000011 |
Color Harmonies of #879BD0
Complementary color
Monochromatic Colors of #879BD0
Black with #879BD0
Text Example
Text Example
White with #879BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BD0; }
p { color: rgb(135,155,208); }
H1.HeaderClassName
{
color: #879BD0;
}
.AnyTagClassName
{
color: #879BD0;
}
</style>
background-color css
<style>
a { background-color: #879BD0; }
a { background-color: rgb(135,155,208); }
div.DivClassName
{
background-color: #879BD0;
}
.BgClassName
{
background-color: #879BD0;
}
</style>
border-color css
<style>
span { border-color: #879BD0; }
span { border-color: rgb(135,155,208); }
td.TdClassName
{
border-color: #879BD0;
}
.TagClassName
{
border-color: #879BD0;
}
</style>