Shades of Portage #879FF0
Tints of Portage #879FF0
RGB
CMYK
RGB Variations
Color information
#879FF0 (or 0x879FF0) is known color: Portage. HEX triplet: 87, 9F and F0. RGB value is (135,159,240). Sum of RGB (Red+Green+Blue) = 135+159+240=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #879FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FF0 is #78600F. Grayscale: #A0A0A0. Windows color (decimal): -7888912 or 15769479. OLE color: 15769479.
HSL color Cylindrical-coordinate representation of color #879FF0: hue angle of 226.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #879FF0 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 159 | 240 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.06 |
| HSL | 226.29º | 0.78% | 0.74% | - |
| HSV(B) | 226.29º | 0.44% | 0.94% | - |
| XYZ | 38.12 | 36.24 | 87.42 | - |
| YUV | 161.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 240 | 0.44 | 0.34 | 0 | 0.06 | 226.29 | 0.78 | 0.74 |
| Hex | 87 | 9F | F0 | 2C | 22 | 0 | 6 | E2 | 4E | 4A |
| Octal | 207 | 237 | 360 | 54 | 42 | 0 | 6 | 342 | 116 | 112 |
| Binary | 10000111 | 10011111 | 11110000 | 101100 | 100010 | 0 | 110 | 11100010 | 1001110 | 1001010 |
Color Harmonies of #879FF0
Complementary color
Monochromatic Colors of #879FF0
Black with #879FF0
Text Example
Text Example
White with #879FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FF0; }
p { color: rgb(135,159,240); }
H1.HeaderClassName
{
color: #879FF0;
}
.AnyTagClassName
{
color: #879FF0;
}
</style>
background-color css
<style>
a { background-color: #879FF0; }
a { background-color: rgb(135,159,240); }
div.DivClassName
{
background-color: #879FF0;
}
.BgClassName
{
background-color: #879FF0;
}
</style>
border-color css
<style>
span { border-color: #879FF0; }
span { border-color: rgb(135,159,240); }
td.TdClassName
{
border-color: #879FF0;
}
.TagClassName
{
border-color: #879FF0;
}
</style>