Shades of Portage #879FF2
Tints of Portage #879FF2
RGB
CMYK
RGB Variations
Color information
#879FF2 (or 0x879FF2) is known color: Portage. HEX triplet: 87, 9F and F2. RGB value is (135,159,242). Sum of RGB (Red+Green+Blue) = 135+159+242=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #879FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FF2 is #78600D. Grayscale: #A0A0A0. Windows color (decimal): -7888910 or 15900551. OLE color: 15900551.
HSL color Cylindrical-coordinate representation of color #879FF2: hue angle of 226.54º degrees, saturation: 0.8, 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 #879FF2 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 159 | 242 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.05 |
| HSL | 226.54º | 0.8% | 0.74% | - |
| HSV(B) | 226.54º | 0.44% | 0.95% | - |
| XYZ | 38.42 | 36.36 | 89 | - |
| YUV | 161.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 242 | 0.44 | 0.34 | 0 | 0.05 | 226.54 | 0.8 | 0.74 |
| Hex | 87 | 9F | F2 | 2C | 22 | 0 | 5 | E3 | 50 | 4A |
| Octal | 207 | 237 | 362 | 54 | 42 | 0 | 5 | 343 | 120 | 112 |
| Binary | 10000111 | 10011111 | 11110010 | 101100 | 100010 | 0 | 101 | 11100011 | 1010000 | 1001010 |
Color Harmonies of #879FF2
Complementary color
Monochromatic Colors of #879FF2
Black with #879FF2
Text Example
Text Example
White with #879FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FF2; }
p { color: rgb(135,159,242); }
H1.HeaderClassName
{
color: #879FF2;
}
.AnyTagClassName
{
color: #879FF2;
}
</style>
background-color css
<style>
a { background-color: #879FF2; }
a { background-color: rgb(135,159,242); }
div.DivClassName
{
background-color: #879FF2;
}
.BgClassName
{
background-color: #879FF2;
}
</style>
border-color css
<style>
span { border-color: #879FF2; }
span { border-color: rgb(135,159,242); }
td.TdClassName
{
border-color: #879FF2;
}
.TagClassName
{
border-color: #879FF2;
}
</style>