Shades of Portage #879DFF
Tints of Portage #879DFF
RGB
CMYK
RGB Variations
Color information
#879DFF (or 0x879DFF) is known color: Portage. HEX triplet: 87, 9D and FF. RGB value is (135,157,255). Sum of RGB (Red+Green+Blue) = 135+157+255=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #879DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DFF is #786200. Grayscale: #A1A1A1. Windows color (decimal): -7889409 or 16752007. OLE color: 16752007.
HSL color Cylindrical-coordinate representation of color #879DFF: hue angle of 229º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #879DFF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 157 | 255 | - |
| CMYK | 0.47 | 0.38 | 0 | 0 |
| HSL | 229º | 1% | 0.76% | - |
| HSV(B) | 229º | 0.47% | 1% | - |
| XYZ | 40.1 | 36.48 | 99.54 | - |
| YUV | 161.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 255 | 0.47 | 0.38 | 0 | 0 | 229 | 1 | 0.76 |
| Hex | 87 | 9D | FF | 2F | 26 | 0 | 0 | E5 | 64 | 4C |
| Octal | 207 | 235 | 377 | 57 | 46 | 0 | 0 | 345 | 144 | 114 |
| Binary | 10000111 | 10011101 | 11111111 | 101111 | 100110 | 0 | 0 | 11100101 | 1100100 | 1001100 |
Color Harmonies of #879DFF
Complementary color
Monochromatic Colors of #879DFF
Black with #879DFF
Text Example
Text Example
White with #879DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DFF; }
p { color: rgb(135,157,255); }
H1.HeaderClassName
{
color: #879DFF;
}
.AnyTagClassName
{
color: #879DFF;
}
</style>
background-color css
<style>
a { background-color: #879DFF; }
a { background-color: rgb(135,157,255); }
div.DivClassName
{
background-color: #879DFF;
}
.BgClassName
{
background-color: #879DFF;
}
</style>
border-color css
<style>
span { border-color: #879DFF; }
span { border-color: rgb(135,157,255); }
td.TdClassName
{
border-color: #879DFF;
}
.TagClassName
{
border-color: #879DFF;
}
</style>