Shades of Portage #879FDC
Tints of Portage #879FDC
RGB
CMYK
RGB Variations
Color information
#879FDC (or 0x879FDC) is known color: Portage. HEX triplet: 87, 9F and DC. RGB value is (135,159,220). Sum of RGB (Red+Green+Blue) = 135+159+220=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #879FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FDC is #786023. Grayscale: #9E9E9E. Windows color (decimal): -7888932 or 14458759. OLE color: 14458759.
HSL color Cylindrical-coordinate representation of color #879FDC: hue angle of 223.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879FDC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 159 | 220 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.14 |
| HSL | 223.06º | 0.55% | 0.7% | - |
| HSV(B) | 223.06º | 0.39% | 0.86% | - |
| XYZ | 35.31 | 35.11 | 72.63 | - |
| YUV | 158.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 220 | 0.39 | 0.28 | 0 | 0.14 | 223.06 | 0.55 | 0.7 |
| Hex | 87 | 9F | DC | 27 | 1C | 0 | E | DF | 37 | 46 |
| Octal | 207 | 237 | 334 | 47 | 34 | 0 | 16 | 337 | 67 | 106 |
| Binary | 10000111 | 10011111 | 11011100 | 100111 | 11100 | 0 | 1110 | 11011111 | 110111 | 1000110 |
Color Harmonies of #879FDC
Complementary color
Monochromatic Colors of #879FDC
Black with #879FDC
Text Example
Text Example
White with #879FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FDC; }
p { color: rgb(135,159,220); }
H1.HeaderClassName
{
color: #879FDC;
}
.AnyTagClassName
{
color: #879FDC;
}
</style>
background-color css
<style>
a { background-color: #879FDC; }
a { background-color: rgb(135,159,220); }
div.DivClassName
{
background-color: #879FDC;
}
.BgClassName
{
background-color: #879FDC;
}
</style>
border-color css
<style>
span { border-color: #879FDC; }
span { border-color: rgb(135,159,220); }
td.TdClassName
{
border-color: #879FDC;
}
.TagClassName
{
border-color: #879FDC;
}
</style>