Shades of Portage #879EDF
Tints of Portage #879EDF
RGB
CMYK
RGB Variations
Color information
#879EDF (or 0x879EDF) is known color: Portage. HEX triplet: 87, 9E and DF. RGB value is (135,158,223). Sum of RGB (Red+Green+Blue) = 135+158+223=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #879EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EDF is #786120. Grayscale: #9E9E9E. Windows color (decimal): -7889185 or 14655111. OLE color: 14655111.
HSL color Cylindrical-coordinate representation of color #879EDF: hue angle of 224.32º 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 #879EDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 158 | 223 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.13 |
| HSL | 224.32º | 0.58% | 0.7% | - |
| HSV(B) | 224.32º | 0.39% | 0.87% | - |
| XYZ | 35.54 | 34.93 | 74.68 | - |
| YUV | 158.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 223 | 0.39 | 0.29 | 0 | 0.13 | 224.32 | 0.58 | 0.7 |
| Hex | 87 | 9E | DF | 27 | 1D | 0 | D | E0 | 3A | 46 |
| Octal | 207 | 236 | 337 | 47 | 35 | 0 | 15 | 340 | 72 | 106 |
| Binary | 10000111 | 10011110 | 11011111 | 100111 | 11101 | 0 | 1101 | 11100000 | 111010 | 1000110 |
Color Harmonies of #879EDF
Complementary color
Monochromatic Colors of #879EDF
Black with #879EDF
Text Example
Text Example
White with #879EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EDF; }
p { color: rgb(135,158,223); }
H1.HeaderClassName
{
color: #879EDF;
}
.AnyTagClassName
{
color: #879EDF;
}
</style>
background-color css
<style>
a { background-color: #879EDF; }
a { background-color: rgb(135,158,223); }
div.DivClassName
{
background-color: #879EDF;
}
.BgClassName
{
background-color: #879EDF;
}
</style>
border-color css
<style>
span { border-color: #879EDF; }
span { border-color: rgb(135,158,223); }
td.TdClassName
{
border-color: #879EDF;
}
.TagClassName
{
border-color: #879EDF;
}
</style>