Shades of Portage #879FEC
Tints of Portage #879FEC
RGB
CMYK
RGB Variations
Color information
#879FEC (or 0x879FEC) is known color: Portage. HEX triplet: 87, 9F and EC. RGB value is (135,159,236). Sum of RGB (Red+Green+Blue) = 135+159+236=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #879FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FEC is #786013. Grayscale: #A0A0A0. Windows color (decimal): -7888916 or 15507335. OLE color: 15507335.
HSL color Cylindrical-coordinate representation of color #879FEC: hue angle of 225.74º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879FEC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 159 | 236 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.07 |
| HSL | 225.74º | 0.73% | 0.73% | - |
| HSV(B) | 225.74º | 0.43% | 0.93% | - |
| XYZ | 37.53 | 36 | 84.33 | - |
| YUV | 160.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 236 | 0.43 | 0.33 | 0 | 0.07 | 225.74 | 0.73 | 0.73 |
| Hex | 87 | 9F | EC | 2B | 21 | 0 | 7 | E2 | 49 | 49 |
| Octal | 207 | 237 | 354 | 53 | 41 | 0 | 7 | 342 | 111 | 111 |
| Binary | 10000111 | 10011111 | 11101100 | 101011 | 100001 | 0 | 111 | 11100010 | 1001001 | 1001001 |
Color Harmonies of #879FEC
Complementary color
Monochromatic Colors of #879FEC
Black with #879FEC
Text Example
Text Example
White with #879FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FEC; }
p { color: rgb(135,159,236); }
H1.HeaderClassName
{
color: #879FEC;
}
.AnyTagClassName
{
color: #879FEC;
}
</style>
background-color css
<style>
a { background-color: #879FEC; }
a { background-color: rgb(135,159,236); }
div.DivClassName
{
background-color: #879FEC;
}
.BgClassName
{
background-color: #879FEC;
}
</style>
border-color css
<style>
span { border-color: #879FEC; }
span { border-color: rgb(135,159,236); }
td.TdClassName
{
border-color: #879FEC;
}
.TagClassName
{
border-color: #879FEC;
}
</style>