Shades of Portage #879DF0
Tints of Portage #879DF0
RGB
CMYK
RGB Variations
Color information
#879DF0 (or 0x879DF0) is known color: Portage. HEX triplet: 87, 9D and F0. RGB value is (135,157,240). Sum of RGB (Red+Green+Blue) = 135+157+240=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #879DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DF0 is #78620F. Grayscale: #9F9F9F. Windows color (decimal): -7889424 or 15768967. OLE color: 15768967.
HSL color Cylindrical-coordinate representation of color #879DF0: hue angle of 227.43º 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 #879DF0 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 157 | 240 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.06 |
| HSL | 227.43º | 0.78% | 0.74% | - |
| HSV(B) | 227.43º | 0.44% | 0.94% | - |
| XYZ | 37.78 | 35.56 | 87.31 | - |
| YUV | 159.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 240 | 0.44 | 0.35 | 0 | 0.06 | 227.43 | 0.78 | 0.74 |
| Hex | 87 | 9D | F0 | 2C | 23 | 0 | 6 | E3 | 4E | 4A |
| Octal | 207 | 235 | 360 | 54 | 43 | 0 | 6 | 343 | 116 | 112 |
| Binary | 10000111 | 10011101 | 11110000 | 101100 | 100011 | 0 | 110 | 11100011 | 1001110 | 1001010 |
Color Harmonies of #879DF0
Complementary color
Monochromatic Colors of #879DF0
Black with #879DF0
Text Example
Text Example
White with #879DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DF0; }
p { color: rgb(135,157,240); }
H1.HeaderClassName
{
color: #879DF0;
}
.AnyTagClassName
{
color: #879DF0;
}
</style>
background-color css
<style>
a { background-color: #879DF0; }
a { background-color: rgb(135,157,240); }
div.DivClassName
{
background-color: #879DF0;
}
.BgClassName
{
background-color: #879DF0;
}
</style>
border-color css
<style>
span { border-color: #879DF0; }
span { border-color: rgb(135,157,240); }
td.TdClassName
{
border-color: #879DF0;
}
.TagClassName
{
border-color: #879DF0;
}
</style>