Shades of Portage #879FFF
Tints of Portage #879FFF
RGB
CMYK
RGB Variations
Color information
#879FFF (or 0x879FFF) is known color: Portage. HEX triplet: 87, 9F and FF. RGB value is (135,159,255). Sum of RGB (Red+Green+Blue) = 135+159+255=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #879FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FFF is #786000. Grayscale: #A2A2A2. Windows color (decimal): -7888897 or 16752519. OLE color: 16752519.
HSL color Cylindrical-coordinate representation of color #879FFF: hue angle of 228º 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 #879FFF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 159 | 255 | - |
| CMYK | 0.47 | 0.38 | 0 | 0 |
| HSL | 228º | 1% | 0.76% | - |
| HSV(B) | 228º | 0.47% | 1% | - |
| XYZ | 40.44 | 37.17 | 99.65 | - |
| YUV | 162.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 255 | 0.47 | 0.38 | 0 | 0 | 228 | 1 | 0.76 |
| Hex | 87 | 9F | FF | 2F | 26 | 0 | 0 | E4 | 64 | 4C |
| Octal | 207 | 237 | 377 | 57 | 46 | 0 | 0 | 344 | 144 | 114 |
| Binary | 10000111 | 10011111 | 11111111 | 101111 | 100110 | 0 | 0 | 11100100 | 1100100 | 1001100 |
Color Harmonies of #879FFF
Complementary color
Monochromatic Colors of #879FFF
Black with #879FFF
Text Example
Text Example
White with #879FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FFF; }
p { color: rgb(135,159,255); }
H1.HeaderClassName
{
color: #879FFF;
}
.AnyTagClassName
{
color: #879FFF;
}
</style>
background-color css
<style>
a { background-color: #879FFF; }
a { background-color: rgb(135,159,255); }
div.DivClassName
{
background-color: #879FFF;
}
.BgClassName
{
background-color: #879FFF;
}
</style>
border-color css
<style>
span { border-color: #879FFF; }
span { border-color: rgb(135,159,255); }
td.TdClassName
{
border-color: #879FFF;
}
.TagClassName
{
border-color: #879FFF;
}
</style>