Shades of Portage #879BCC
Tints of Portage #879BCC
RGB
CMYK
RGB Variations
Color information
#879BCC (or 0x879BCC) is known color: Portage. HEX triplet: 87, 9B and CC. RGB value is (135,155,204). Sum of RGB (Red+Green+Blue) = 135+155+204=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #879BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BCC is #786433. Grayscale: #9A9A9A. Windows color (decimal): -7889972 or 13409159. OLE color: 13409159.
HSL color Cylindrical-coordinate representation of color #879BCC: hue angle of 222.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879BCC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 155 | 204 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.2 |
| HSL | 222.61º | 0.4% | 0.66% | - |
| HSV(B) | 222.61º | 0.34% | 0.8% | - |
| XYZ | 32.61 | 32.95 | 61.77 | - |
| YUV | 154.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 204 | 0.34 | 0.24 | 0 | 0.2 | 222.61 | 0.4 | 0.66 |
| Hex | 87 | 9B | CC | 22 | 18 | 0 | 14 | DF | 28 | 42 |
| Octal | 207 | 233 | 314 | 42 | 30 | 0 | 24 | 337 | 50 | 102 |
| Binary | 10000111 | 10011011 | 11001100 | 100010 | 11000 | 0 | 10100 | 11011111 | 101000 | 1000010 |
Color Harmonies of #879BCC
Complementary color
Monochromatic Colors of #879BCC
Black with #879BCC
Text Example
Text Example
White with #879BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BCC; }
p { color: rgb(135,155,204); }
H1.HeaderClassName
{
color: #879BCC;
}
.AnyTagClassName
{
color: #879BCC;
}
</style>
background-color css
<style>
a { background-color: #879BCC; }
a { background-color: rgb(135,155,204); }
div.DivClassName
{
background-color: #879BCC;
}
.BgClassName
{
background-color: #879BCC;
}
</style>
border-color css
<style>
span { border-color: #879BCC; }
span { border-color: rgb(135,155,204); }
td.TdClassName
{
border-color: #879BCC;
}
.TagClassName
{
border-color: #879BCC;
}
</style>