Shades of Portage #879FDF
Tints of Portage #879FDF
RGB
CMYK
RGB Variations
Color information
#879FDF (or 0x879FDF) is known color: Portage. HEX triplet: 87, 9F and DF. RGB value is (135,159,223). Sum of RGB (Red+Green+Blue) = 135+159+223=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #879FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FDF is #786020. Grayscale: #9E9E9E. Windows color (decimal): -7888929 or 14655367. OLE color: 14655367.
HSL color Cylindrical-coordinate representation of color #879FDF: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879FDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 159 | 223 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.13 |
| HSL | 223.64º | 0.58% | 0.7% | - |
| HSV(B) | 223.64º | 0.39% | 0.87% | - |
| XYZ | 35.71 | 35.27 | 74.74 | - |
| YUV | 159.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 223 | 0.39 | 0.29 | 0 | 0.13 | 223.64 | 0.58 | 0.7 |
| Hex | 87 | 9F | DF | 27 | 1D | 0 | D | E0 | 3A | 46 |
| Octal | 207 | 237 | 337 | 47 | 35 | 0 | 15 | 340 | 72 | 106 |
| Binary | 10000111 | 10011111 | 11011111 | 100111 | 11101 | 0 | 1101 | 11100000 | 111010 | 1000110 |
Color Harmonies of #879FDF
Complementary color
Monochromatic Colors of #879FDF
Black with #879FDF
Text Example
Text Example
White with #879FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FDF; }
p { color: rgb(135,159,223); }
H1.HeaderClassName
{
color: #879FDF;
}
.AnyTagClassName
{
color: #879FDF;
}
</style>
background-color css
<style>
a { background-color: #879FDF; }
a { background-color: rgb(135,159,223); }
div.DivClassName
{
background-color: #879FDF;
}
.BgClassName
{
background-color: #879FDF;
}
</style>
border-color css
<style>
span { border-color: #879FDF; }
span { border-color: rgb(135,159,223); }
td.TdClassName
{
border-color: #879FDF;
}
.TagClassName
{
border-color: #879FDF;
}
</style>