Shades of Portage #879DF2
Tints of Portage #879DF2
RGB
CMYK
RGB Variations
Color information
#879DF2 (or 0x879DF2) is known color: Portage. HEX triplet: 87, 9D and F2. RGB value is (135,157,242). Sum of RGB (Red+Green+Blue) = 135+157+242=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #879DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DF2 is #78620D. Grayscale: #9F9F9F. Windows color (decimal): -7889422 or 15900039. OLE color: 15900039.
HSL color Cylindrical-coordinate representation of color #879DF2: hue angle of 227.66º 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 #879DF2 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 157 | 242 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.05 |
| HSL | 227.66º | 0.8% | 0.74% | - |
| HSV(B) | 227.66º | 0.44% | 0.95% | - |
| XYZ | 38.08 | 35.68 | 88.88 | - |
| YUV | 160.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 242 | 0.44 | 0.35 | 0 | 0.05 | 227.66 | 0.8 | 0.74 |
| Hex | 87 | 9D | F2 | 2C | 23 | 0 | 5 | E4 | 50 | 4A |
| Octal | 207 | 235 | 362 | 54 | 43 | 0 | 5 | 344 | 120 | 112 |
| Binary | 10000111 | 10011101 | 11110010 | 101100 | 100011 | 0 | 101 | 11100100 | 1010000 | 1001010 |
Color Harmonies of #879DF2
Complementary color
Monochromatic Colors of #879DF2
Black with #879DF2
Text Example
Text Example
White with #879DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DF2; }
p { color: rgb(135,157,242); }
H1.HeaderClassName
{
color: #879DF2;
}
.AnyTagClassName
{
color: #879DF2;
}
</style>
background-color css
<style>
a { background-color: #879DF2; }
a { background-color: rgb(135,157,242); }
div.DivClassName
{
background-color: #879DF2;
}
.BgClassName
{
background-color: #879DF2;
}
</style>
border-color css
<style>
span { border-color: #879DF2; }
span { border-color: rgb(135,157,242); }
td.TdClassName
{
border-color: #879DF2;
}
.TagClassName
{
border-color: #879DF2;
}
</style>