Shades of Portage #879EF3
Tints of Portage #879EF3
RGB
CMYK
RGB Variations
Color information
#879EF3 (or 0x879EF3) is known color: Portage. HEX triplet: 87, 9E and F3. RGB value is (135,158,243). Sum of RGB (Red+Green+Blue) = 135+158+243=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #879EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EF3 is #78610C. Grayscale: #A0A0A0. Windows color (decimal): -7889165 or 15965831. OLE color: 15965831.
HSL color Cylindrical-coordinate representation of color #879EF3: hue angle of 227.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #879EF3 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 158 | 243 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.05 |
| HSL | 227.22º | 0.82% | 0.74% | - |
| HSV(B) | 227.22º | 0.44% | 0.95% | - |
| XYZ | 38.4 | 36.08 | 89.73 | - |
| YUV | 160.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 243 | 0.44 | 0.35 | 0 | 0.05 | 227.22 | 0.82 | 0.74 |
| Hex | 87 | 9E | F3 | 2C | 23 | 0 | 5 | E3 | 52 | 4A |
| Octal | 207 | 236 | 363 | 54 | 43 | 0 | 5 | 343 | 122 | 112 |
| Binary | 10000111 | 10011110 | 11110011 | 101100 | 100011 | 0 | 101 | 11100011 | 1010010 | 1001010 |
Color Harmonies of #879EF3
Complementary color
Monochromatic Colors of #879EF3
Black with #879EF3
Text Example
Text Example
White with #879EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EF3; }
p { color: rgb(135,158,243); }
H1.HeaderClassName
{
color: #879EF3;
}
.AnyTagClassName
{
color: #879EF3;
}
</style>
background-color css
<style>
a { background-color: #879EF3; }
a { background-color: rgb(135,158,243); }
div.DivClassName
{
background-color: #879EF3;
}
.BgClassName
{
background-color: #879EF3;
}
</style>
border-color css
<style>
span { border-color: #879EF3; }
span { border-color: rgb(135,158,243); }
td.TdClassName
{
border-color: #879EF3;
}
.TagClassName
{
border-color: #879EF3;
}
</style>