Shades of Portage #879FEA
Tints of Portage #879FEA
RGB
CMYK
RGB Variations
Color information
#879FEA (or 0x879FEA) is known color: Portage. HEX triplet: 87, 9F and EA. RGB value is (135,159,234). Sum of RGB (Red+Green+Blue) = 135+159+234=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #879FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FEA is #786015. Grayscale: #A0A0A0. Windows color (decimal): -7888918 or 15376263. OLE color: 15376263.
HSL color Cylindrical-coordinate representation of color #879FEA: hue angle of 225.45º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879FEA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 159 | 234 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.08 |
| HSL | 225.45º | 0.7% | 0.72% | - |
| HSV(B) | 225.45º | 0.42% | 0.92% | - |
| XYZ | 37.24 | 35.89 | 82.81 | - |
| YUV | 160.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 234 | 0.42 | 0.32 | 0 | 0.08 | 225.45 | 0.7 | 0.72 |
| Hex | 87 | 9F | EA | 2A | 20 | 0 | 8 | E1 | 46 | 48 |
| Octal | 207 | 237 | 352 | 52 | 40 | 0 | 10 | 341 | 106 | 110 |
| Binary | 10000111 | 10011111 | 11101010 | 101010 | 100000 | 0 | 1000 | 11100001 | 1000110 | 1001000 |
Color Harmonies of #879FEA
Complementary color
Monochromatic Colors of #879FEA
Black with #879FEA
Text Example
Text Example
White with #879FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FEA; }
p { color: rgb(135,159,234); }
H1.HeaderClassName
{
color: #879FEA;
}
.AnyTagClassName
{
color: #879FEA;
}
</style>
background-color css
<style>
a { background-color: #879FEA; }
a { background-color: rgb(135,159,234); }
div.DivClassName
{
background-color: #879FEA;
}
.BgClassName
{
background-color: #879FEA;
}
</style>
border-color css
<style>
span { border-color: #879FEA; }
span { border-color: rgb(135,159,234); }
td.TdClassName
{
border-color: #879FEA;
}
.TagClassName
{
border-color: #879FEA;
}
</style>